#B6CC07
A medium, vivid yellow closely aligning with Yellowgreen.
About #B6CC07
The hex code #B6CC07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 182 parts red, 204 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6CC07
RGB182, 204, 7
HSL66.7°, 93.4%, 41.4%
CMYK11%, 0%, 97%, 20%
HSV66.7°, 96.6%, 80.0%
LAB78.0, -27.5, 77.2
XYZ40.9, 53.1, 8.3
Decimal11979783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.63:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6CC07;
}
.text-color {
color: #B6CC07;
}
.border-color {
border: 2px solid #B6CC07;
}