#57AF75
A medium, moderate green closely aligning with Mediumseagreen.
About #57AF75
Visually, #57AF75 is defined as a moderate green. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 87 red, 175 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 33% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#57AF75
RGB87, 175, 117
HSL140.5°, 35.5%, 51.4%
CMYK50%, 0%, 33%, 31%
HSV140.5°, 50.3%, 68.6%
LAB64.9, -39.7, 21.8
XYZ22.5, 34.0, 22.2
Decimal5746549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.79:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57AF75;
}
.text-color {
color: #57AF75;
}
.border-color {
border: 2px solid #57AF75;
}