#BDDB66
A light, moderate green closely aligning with Yellowgreen.
About #BDDB66
At its core, #BDDB66 is a light and moderate hue. 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, 219, and 102.
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 0% Magenta, 53% Yellow, and 14% Black. The HSL representation is 75.4° hue, 61.9% saturation, and 62.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDDB66
RGB189, 219, 102
HSL75.4°, 61.9%, 62.9%
CMYK14%, 0%, 53%, 14%
HSV75.4°, 53.4%, 85.9%
LAB83.1, -27.2, 53.5
XYZ48.7, 62.4, 22.1
Decimal12442470
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.49:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB66;
}
.text-color {
color: #BDDB66;
}
.border-color {
border: 2px solid #BDDB66;
}