#92CC50
A medium, moderate green closely aligning with Yellowgreen.
About #92CC50
When working with digital screens, the color #92CC50 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(146, 204, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 28% C, 0% M, 61% Y, and 20% K. The HSL representation is 88.1° hue, 54.9% saturation, and 55.7% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92CC50
RGB146, 204, 80
HSL88.1°, 54.9%, 55.7%
CMYK28%, 0%, 61%, 20%
HSV88.1°, 60.8%, 80.0%
LAB76.0, -38.5, 54.5
XYZ34.9, 49.9, 15.4
Decimal9620560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.98:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC50;
}
.text-color {
color: #92CC50;
}
.border-color {
border: 2px solid #92CC50;
}