#50A85F
A medium, moderate green closely aligning with Mediumseagreen.
About #50A85F
At its core, #50A85F is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 80 red, 168 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. The color uses 52% Cyan, 0% Magenta, 43% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#50A85F
RGB80, 168, 95
HSL130.2°, 35.5%, 48.6%
CMYK52%, 0%, 43%, 34%
HSV130.2°, 52.4%, 65.9%
LAB62.1, -42.4, 29.8
XYZ19.4, 30.5, 15.7
Decimal5285983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A85F;
}
.text-color {
color: #50A85F;
}
.border-color {
border: 2px solid #50A85F;
}