#B6E975
A light, vivid green closely aligning with Lightgreen.
About #B6E975
Visually, #B6E975 is defined as a vivid green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 233, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 22% C, 0% M, 50% Y, and 9% K. With a hue angle of 86.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6E975
RGB182, 233, 117
HSL86.4°, 72.5%, 68.6%
CMYK22%, 0%, 50%, 9%
HSV86.4°, 49.8%, 91.4%
LAB86.8, -34.9, 50.7
XYZ51.6, 69.5, 27.5
Decimal11987317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E975;
}
.text-color {
color: #B6E975;
}
.border-color {
border: 2px solid #B6E975;
}