Color: #BFE70C

#BFE70C Color Information

#BFE70C is a light color. The closest websafe version is #BFE70C. A complement of this color would be #350CE9, perceived brightness is 0.76, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 71°,a saturation of 90%, and a lightness of 48%.The HSV representation shows a hue of 71°, a saturation of 95%, and a value of 91%.

In a RGB color space, #BFE70C is composed of 75% red, 91% green and 5% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 95% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 68.90, x: 0.4081, and y: 0.5252.

Color Code #BFE70C

#BFE70Crgb(191, 231, 12)
HEX
#BFE70C
RGB
rgb(191, 231, 12)
HSL
hsl(71, 90%, 48%)
HSV
hsv(71, 95%, 91%)
CMYK
17%, 0%, 95%, 9%
XYZ
X: 53.54, Y: 68.90, Z: 8.75
Lab
L: 86.45, a: -30.64, b: 81.99
Name

Shades of Color #BFE70C

Shades are created by darkening the original color #BFE70C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BFE70C

Tints are created by lightening the original color #BFE70C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BFE70Crgb(191, 231, 12)

About #BFE70C Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 90%, and a lightness of 48%. The HSV representation shows a hue of 71°, a saturation of 95%, and a value of 91%.

  • HEX: #BFE70C
  • RGB: rgb(191, 231, 12)
  • HSL: hsl(71, 90%, 48%)
  • HSV: hsv(71, 95%, 91%)
  • CMYK: 17.00% cyan, 0.00% magenta, 95.00% yellow, 9.00% black
  • XYZ: 53.54, 68.90, 8.75
  • Yxy: 68.90, 0.4081, 0.5252
  • Hunter Lab: 86.45, -30.64, 81.99
  • CIE-Lab: 86.45, -30.64, 81.99

In the XYZ color space, this color is represented as X: 53.54, Y: 68.90, Z: 8.75. The Yxy representation further refines this as Y: 68.90, x: 0.4081, and y: 0.5252.

In the Hunter Lab color space, this color is represented as L: 86.45, a: -30.64, and b: 81.99. Similarly, in the CIE-Lab color space, it is represented as L: 86.45, a: -30.64, and b: 81.99.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BFE70C

Triadic colors are three colors evenly spaced around the color wheel, including #BFE70C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BFE70C

Analogous colors are adjacent to #BFE70C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #BFE70C

Monochromatic colors are variations of #BFE70C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BFE70C

The complementary color of #BFE70C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BFE70C

/* Using HEX */
body {
  background-color: #bfe70c;
}
/* Using RGB */
body {
  background-color: rgb(191, 231, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 231, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 90%, 48%);
}
/* Text color */
p {
  color: #bfe70c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfe70c;
}
/* Border color */
.box {
  border: 4px solid #bfe70c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfe70c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfe70c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFE70C
On Black Background
#BFE70C
On White Background
#BFE70C

HTML Examples of #BFE70C

<!-- Using HEX -->
<div style="background-color: #bfe70c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 231, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 231, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(71, 90%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfe70c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfe70c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bfe70c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bfe70c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bfe70c; color: #fff; padding: 16px; border-radius: 8px;">
  #BFE70C
</div>
#BFE70C
On Black Background
#BFE70C
On White Background
#BFE70C

Related Colors of #BFE70C

These colors are similar to #BFE70C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.