#57CC75
A medium, moderate green closely aligning with Mediumseagreen.
About #57CC75
Visually, #57CC75 is defined as a moderate green. Designers often compare it to the standard color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 204, and 117.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57CC75
RGB87, 204, 117
HSL135.4°, 53.4%, 57.1%
CMYK57%, 0%, 43%, 20%
HSV135.4°, 57.4%, 80.0%
LAB73.9, -51.8, 33.6
XYZ28.7, 46.5, 24.3
Decimal5753973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.30:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC75;
}
.text-color {
color: #57CC75;
}
.border-color {
border: 2px solid #57CC75;
}