#B6F80F
A medium, vivid green closely aligning with Greenyellow.
About #B6F80F
At its core, #B6F80F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(182, 248, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. With a hue angle of 77.0 degrees, it sits comfortably in the green spectrum.
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#B6F80F
RGB182, 248, 15
HSL77.0°, 94.3%, 51.6%
CMYK27%, 0%, 94%, 3%
HSV77.0°, 94.0%, 97.3%
LAB90.4, -47.1, 86.1
XYZ52.9, 77.1, 12.5
Decimal11991055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.42:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F80F;
}
.text-color {
color: #B6F80F;
}
.border-color {
border: 2px solid #B6F80F;
}