#B6E200
A medium, vivid yellow closely aligning with Greenyellow.
About #B6E200
Visually, #B6E200 is defined as a vivid yellow. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(182, 226, 0).
If you are designing for print, the four-color process is what matters most. The color uses 19% Cyan, 0% Magenta, 100% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#B6E200
RGB182, 226, 0
HSL71.7°, 100.0%, 44.3%
CMYK19%, 0%, 100%, 11%
HSV71.7°, 100.0%, 88.6%
LAB84.1, -37.7, 82.5
XYZ46.5, 64.3, 10.0
Decimal11985408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E200;
}
.text-color {
color: #B6E200;
}
.border-color {
border: 2px solid #B6E200;
}