#BDF85F
A light, vivid green closely aligning with Yellowgreen.
About #BDF85F
The hex code #BDF85F represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 248, and 95.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 62% yellow, and 3% black. With a hue angle of 83.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF85F
RGB189, 248, 95
HSL83.1°, 91.6%, 67.3%
CMYK24%, 0%, 62%, 3%
HSV83.1°, 61.7%, 97.3%
LAB91.1, -41.1, 65.5
XYZ56.6, 78.8, 23.0
Decimal12449887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.76:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF85F;
}
.text-color {
color: #BDF85F;
}
.border-color {
border: 2px solid #BDF85F;
}