#B6DB6D
A light, moderate green closely aligning with Yellowgreen.
About #B6DB6D
Visually, #B6DB6D is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 182 red, 219 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 17% Cyan, 0% Magenta, 50% Yellow, and 14% Black. With a hue angle of 80.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6DB6D
RGB182, 219, 109
HSL80.2°, 60.4%, 64.3%
CMYK17%, 0%, 50%, 14%
HSV80.2°, 50.2%, 85.9%
LAB82.8, -29.2, 49.7
XYZ47.4, 61.7, 23.9
Decimal11983725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DB6D;
}
.text-color {
color: #B6DB6D;
}
.border-color {
border: 2px solid #B6DB6D;
}