#BDDB0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDDB0F
The hex code #BDDB0F represents a beautifully specific shade of yellow. 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 15.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 0% Magenta, 93% Yellow, and 14% Black. The HSL representation is 68.8° hue, 87.2% saturation, and 45.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDB0F
RGB189, 219, 15
HSL68.8°, 87.2%, 45.9%
CMYK14%, 0%, 93%, 14%
HSV68.8°, 93.2%, 85.9%
LAB82.7, -31.5, 80.2
XYZ46.4, 61.5, 9.9
Decimal12442383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.30:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB0F;
}
.text-color {
color: #BDDB0F;
}
.border-color {
border: 2px solid #BDDB0F;
}