#B6DB0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #B6DB0F
At its core, #B6DB0F is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 182 parts red, 219 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 17% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6DB0F
RGB182, 219, 15
HSL70.9°, 87.2%, 45.9%
CMYK17%, 0%, 93%, 14%
HSV70.9°, 93.2%, 85.9%
LAB82.2, -34.4, 79.7
XYZ44.7, 60.6, 9.8
Decimal11983631
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: #B6DB0F;
}
.text-color {
color: #B6DB0F;
}
.border-color {
border: 2px solid #B6DB0F;
}