#75CC8A
A light, moderate green closely aligning with Mediumseagreen.
About #75CC8A
At its core, #75CC8A is a light and moderate hue. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(117, 204, 138).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 43% cyan, 0% magenta, 32% yellow, and 20% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CC8A
RGB117, 204, 138
HSL134.5°, 46.0%, 62.9%
CMYK43%, 0%, 32%, 20%
HSV134.5°, 42.6%, 80.0%
LAB75.3, -40.4, 24.9
XYZ33.5, 48.8, 31.7
Decimal7720074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.76:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC8A;
}
.text-color {
color: #75CC8A;
}
.border-color {
border: 2px solid #75CC8A;
}