#B6D32C
A medium, moderate yellow closely aligning with Yellowgreen.
About #B6D32C
When working with digital screens, the color #B6D32C is rendered by mixing light. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(182, 211, 44).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#B6D32C
RGB182, 211, 44
HSL70.4°, 65.5%, 50.0%
CMYK14%, 0%, 79%, 17%
HSV70.4°, 79.1%, 82.7%
LAB80.0, -29.9, 72.2
XYZ43.0, 56.7, 11.1
Decimal11981612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.34:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D32C;
}
.text-color {
color: #B6D32C;
}
.border-color {
border: 2px solid #B6D32C;
}