#B6DB16
A medium, vivid yellow closely aligning with Yellowgreen.
About #B6DB16
When working with digital screens, the color #B6DB16 is rendered by mixing light. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(182, 219, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 0% M, 90% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6DB16
RGB182, 219, 22
HSL71.3°, 81.7%, 47.3%
CMYK17%, 0%, 90%, 14%
HSV71.3°, 90.0%, 85.9%
LAB82.2, -34.2, 78.7
XYZ44.8, 60.7, 10.1
Decimal11983638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6DB16;
}
.text-color {
color: #B6DB16;
}
.border-color {
border: 2px solid #B6DB16;
}