#B6DB2C
A medium, vivid yellow closely aligning with Yellowgreen.
About #B6DB2C
Visually, #B6DB2C is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 219, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 17% Cyan, 0% Magenta, 80% Yellow, and 14% Black. The HSL representation is 72.7° hue, 70.9% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6DB2C
RGB182, 219, 44
HSL72.7°, 70.9%, 51.6%
CMYK17%, 0%, 80%, 14%
HSV72.7°, 79.9%, 85.9%
LAB82.3, -33.6, 74.2
XYZ45.1, 60.8, 11.7
Decimal11983660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.16:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DB2C;
}
.text-color {
color: #B6DB2C;
}
.border-color {
border: 2px solid #B6DB2C;
}