Color: #BFD37C

#BFD37C Color Information

#BFD37C is a light color. The closest websafe version is #BFD37C. A complement of this color would be #917DD4, perceived brightness is 0.77, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 74°,a saturation of 50%, and a lightness of 66%.The HSV representation shows a hue of 74°, a saturation of 41%, and a value of 83%.

In a RGB color space, #BFD37C is composed of 75% red, 83% green and 49% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 41% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 59.51, x: 0.3850, and y: 0.4520.

Color Code #BFD37C

#BFD37Crgb(191, 211, 124)
HEX
#BFD37C
RGB
rgb(191, 211, 124)
HSL
hsl(74, 50%, 66%)
HSV
hsv(74, 41%, 83%)
CMYK
9%, 0%, 41%, 17%
XYZ
X: 50.69, Y: 59.51, Z: 21.45
Lab
L: 81.57, a: -17.04, b: 40.60
Name

Shades of Color #BFD37C

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

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

#BFD37Crgb(191, 211, 124)

About #BFD37C Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 50%, and a lightness of 66%. The HSV representation shows a hue of 74°, a saturation of 41%, and a value of 83%.

  • HEX: #BFD37C
  • RGB: rgb(191, 211, 124)
  • HSL: hsl(74, 50%, 66%)
  • HSV: hsv(74, 41%, 83%)
  • CMYK: 9.00% cyan, 0.00% magenta, 41.00% yellow, 17.00% black
  • XYZ: 50.69, 59.51, 21.45
  • Yxy: 59.51, 0.3850, 0.4520
  • Hunter Lab: 81.57, -17.04, 40.60
  • CIE-Lab: 81.57, -17.04, 40.60

In the XYZ color space, this color is represented as X: 50.69, Y: 59.51, Z: 21.45. The Yxy representation further refines this as Y: 59.51, x: 0.3850, and y: 0.4520.

In the Hunter Lab color space, this color is represented as L: 81.57, a: -17.04, and b: 40.60. Similarly, in the CIE-Lab color space, it is represented as L: 81.57, a: -17.04, and b: 40.60.

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

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

Analogous Colors of #BFD37C

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

Monochromatic Colors of #BFD37C

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

Complementary Color of #BFD37C

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

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

HTML Examples of #BFD37C

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

Related Colors of #BFD37C

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