#50A81D
A dark, vivid green closely aligning with Forestgreen.
About #50A81D
At its core, #50A81D is a dark and vivid hue. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(80, 168, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 52% Cyan, 0% Magenta, 83% Yellow, and 34% Black. The HSL representation is 98.0° hue, 70.6% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. 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#50A81D
RGB80, 168, 29
HSL98.0°, 70.6%, 38.6%
CMYK52%, 0%, 83%, 34%
HSV98.0°, 82.7%, 65.9%
LAB61.5, -49.3, 57.5
XYZ17.5, 29.8, 6.0
Decimal5285917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.96:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A81D;
}
.text-color {
color: #50A81D;
}
.border-color {
border: 2px solid #50A81D;
}