Color: #B8CF5E

#B8CF5E Color Information

#B8CF5E is a light color. The closest websafe version is #B8CF5E. A complement of this color would be #755ECF, perceived brightness is 0.73, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 72°,a saturation of 54%, and a lightness of 59%.The HSV representation shows a hue of 72°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B8CF5E is composed of 72% red, 81% green and 37% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 55% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.07, x: 0.3966, and y: 0.4779.

Color Code #B8CF5E

HEX
#B8CF5E
RGB
rgb(184, 207, 94)
HSL
hsl(72, 54%, 59%)
HSV
hsv(72, 55%, 81%)
CMYK
11%, 0%, 55%, 19%
XYZ
X: 46.53, Y: 56.07, Z: 14.72
Lab
L: 79.66, a: -20.13, b: 52.34
Name

Shades of Color #B8CF5E

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

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

About #B8CF5E Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 54%, and a lightness of 59%. The HSV representation shows a hue of 72°, a saturation of 55%, and a value of 81%.

  • HEX: #B8CF5E
  • RGB: rgb(184, 207, 94)
  • HSL: hsl(72, 54%, 59%)
  • HSV: hsv(72, 55%, 81%)
  • CMYK: 11.00% cyan, 0.00% magenta, 55.00% yellow, 19.00% black
  • XYZ: 46.53, 56.07, 14.72
  • Yxy: 56.07, 0.3966, 0.4779
  • Hunter Lab: 79.66, -20.13, 52.34
  • CIE-Lab: 79.66, -20.13, 52.34

In the XYZ color space, this color is represented as X: 46.53, Y: 56.07, Z: 14.72. The Yxy representation further refines this as Y: 56.07, x: 0.3966, and y: 0.4779.

In the Hunter Lab color space, this color is represented as L: 79.66, a: -20.13, and b: 52.34. Similarly, in the CIE-Lab color space, it is represented as L: 79.66, a: -20.13, and b: 52.34.

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

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

Analogous Colors of #B8CF5E

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

Monochromatic Colors of #B8CF5E

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

Complementary Color of #B8CF5E

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

/* Using HEX */
body {
  background-color: #b8cf5e;
}
/* Using RGB */
body {
  background-color: rgb(184, 207, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 207, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 54%, 59%);
}
/* Text color */
p {
  color: #b8cf5e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b8cf5e;
}

HTML Examples of #B8CF5E

<!-- Using HEX -->
<div style="background-color: #b8cf5e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 207, 94); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 207, 94, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(72, 54%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b8cf5e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b8cf5e; width: 100px; height: 100px;"></div>

Related Colors of #B8CF5E

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