#B6F875
A light, vivid green closely aligning with Yellowgreen.
About #B6F875
The hex code #B6F875 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 182 red, 248 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 0% magenta, 53% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6F875
RGB182, 248, 117
HSL90.2°, 90.3%, 71.6%
CMYK27%, 0%, 53%, 3%
HSV90.2°, 52.8%, 97.3%
LAB90.9, -41.6, 55.7
XYZ56.1, 78.4, 29.0
Decimal11991157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F875;
}
.text-color {
color: #B6F875;
}
.border-color {
border: 2px solid #B6F875;
}