#BDDB75
A light, moderate green closely aligning with Khaki.
About #BDDB75
The hex code #BDDB75 represents a beautifully specific shade of green. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 219, and 117.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 0% M, 47% Y, and 14% K. The HSL representation is 77.6° hue, 58.6% saturation, and 65.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDDB75
RGB189, 219, 117
HSL77.6°, 58.6%, 65.9%
CMYK14%, 0%, 47%, 14%
HSV77.6°, 46.6%, 85.9%
LAB83.3, -25.7, 46.6
XYZ49.5, 62.8, 26.3
Decimal12442485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB75;
}
.text-color {
color: #BDDB75;
}
.border-color {
border: 2px solid #BDDB75;
}