#B6E942
A medium, vivid green closely aligning with Yellowgreen.
About #B6E942
At its core, #B6E942 is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(182, 233, 66).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. The HSL representation is 78.3° hue, 79.1% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6E942
RGB182, 233, 66
HSL78.3°, 79.1%, 58.6%
CMYK22%, 0%, 72%, 9%
HSV78.3°, 71.7%, 91.4%
LAB86.3, -39.0, 71.3
XYZ49.4, 68.6, 15.8
Decimal11987266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E942;
}
.text-color {
color: #B6E942;
}
.border-color {
border: 2px solid #B6E942;
}