Color: #BFE66A

#BFE66A Color Information

#BFE66A is a light color. The closest websafe version is #BFE66A. A complement of this color would be #926BE6, perceived brightness is 0.80, and the grayscale version is #A8A8A8.

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

In a RGB color space, #BFE66A is composed of 75% red, 90% green and 42% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 54% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 69.19, x: 0.3860, and y: 0.4834.

Color Code #BFE66A

#BFE66Argb(191, 230, 106)
HEX
#BFE66A
RGB
rgb(191, 230, 106)
HSL
hsl(79, 71%, 66%)
HSV
hsv(79, 54%, 90%)
CMYK
17%, 0%, 54%, 10%
XYZ
X: 55.25, Y: 69.19, Z: 18.70
Lab
L: 86.60, a: -26.94, b: 54.96
Name

Shades of Color #BFE66A

Shades are created by darkening the original color #BFE66A 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 #BFE66A

Tints are created by lightening the original color #BFE66A 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.

#BFE66Argb(191, 230, 106)

About #BFE66A Color Code

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

  • HEX: #BFE66A
  • RGB: rgb(191, 230, 106)
  • HSL: hsl(79, 71%, 66%)
  • HSV: hsv(79, 54%, 90%)
  • CMYK: 17.00% cyan, 0.00% magenta, 54.00% yellow, 10.00% black
  • XYZ: 55.25, 69.19, 18.70
  • Yxy: 69.19, 0.3860, 0.4834
  • Hunter Lab: 86.60, -26.94, 54.96
  • CIE-Lab: 86.60, -26.94, 54.96

In the XYZ color space, this color is represented as X: 55.25, Y: 69.19, Z: 18.70. The Yxy representation further refines this as Y: 69.19, x: 0.3860, and y: 0.4834.

In the Hunter Lab color space, this color is represented as L: 86.60, a: -26.94, and b: 54.96. Similarly, in the CIE-Lab color space, it is represented as L: 86.60, a: -26.94, and b: 54.96.

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 #BFE66A

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

Analogous Colors of #BFE66A

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

Split Complementary Colors of #BFE66A

Split complementary colors are two colors adjacent to the complementary color of #BFE66A. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BFE66A

Tetradic colors form a rectangle on the color wheel, including #BFE66A. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BFE66A

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

Complementary Color of #BFE66A

The complementary color of #BFE66A 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 #BFE66A

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

HTML Examples of #BFE66A

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

Related Colors of #BFE66A

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