#75C575
A light, moderate green closely aligning with Mediumseagreen.
About #75C575
The hex code #75C575 represents a beautifully specific shade of green. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(117, 197, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 41% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75C575
RGB117, 197, 117
HSL120.0°, 40.8%, 61.6%
CMYK41%, 0%, 41%, 23%
HSV120.0°, 40.6%, 77.3%
LAB72.9, -40.8, 32.6
XYZ30.5, 45.0, 23.9
Decimal7718261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.00:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C575;
}
.text-color {
color: #75C575;
}
.border-color {
border: 2px solid #75C575;
}