#87E970
A light, vivid green closely aligning with Palegreen.
About #87E970
When working with digital screens, the color #87E970 is rendered by mixing light. Designers often compare it to the standard color Palegreen. In the RGB color space, it consists of 135 red, 233 green, and 112 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 42% C, 0% M, 52% Y, and 9% K. With a hue angle of 108.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#87E970
RGB135, 233, 112
HSL108.6°, 73.3%, 67.6%
CMYK42%, 0%, 52%, 9%
HSV108.6°, 51.9%, 91.4%
LAB84.3, -51.2, 49.5
XYZ42.1, 64.6, 25.6
Decimal8907120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.92:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #87E970;
}
.text-color {
color: #87E970;
}
.border-color {
border: 2px solid #87E970;
}