#9BF550
A light, vivid green closely aligning with Greenyellow.
About #9BF550
Visually, #9BF550 is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(155, 245, 80).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 37% C, 0% M, 67% Y, and 4% K. 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. 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#9BF550
RGB155, 245, 80
HSL92.7°, 89.2%, 63.7%
CMYK37%, 0%, 67%, 4%
HSV92.7°, 67.3%, 96.1%
LAB88.4, -52.8, 67.9
XYZ47.6, 72.9, 19.1
Decimal10220880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #9BF550;
}
.text-color {
color: #9BF550;
}
.border-color {
border: 2px solid #9BF550;
}