#83CC42
A medium, moderate green closely aligning with Yellowgreen.
About #83CC42
When working with digital screens, the color #83CC42 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(131, 204, 66).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. The HSL representation is 91.7° hue, 57.5% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83CC42
RGB131, 204, 66
HSL91.7°, 57.5%, 52.9%
CMYK36%, 0%, 68%, 20%
HSV91.7°, 67.6%, 80.0%
LAB75.1, -45.0, 59.0
XYZ31.9, 48.4, 12.8
Decimal8637506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.68:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CC42;
}
.text-color {
color: #83CC42;
}
.border-color {
border: 2px solid #83CC42;
}