#83F875
A light, vivid green closely aligning with Palegreen.
About #83F875
At its core, #83F875 is a light and vivid hue. Its closest recognized web color is Palegreen. This translates to an RGB value of rgb(131, 248, 117).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. The HSL representation is 113.6° hue, 90.3% saturation, and 71.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#83F875
RGB131, 248, 117
HSL113.6°, 90.3%, 71.6%
CMYK47%, 0%, 53%, 3%
HSV113.6°, 52.8%, 97.3%
LAB88.6, -57.8, 52.3
XYZ46.1, 73.2, 28.5
Decimal8648821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F875;
}
.text-color {
color: #83F875;
}
.border-color {
border: 2px solid #83F875;
}