#75CC83
A light, moderate green closely aligning with Mediumseagreen.
About #75CC83
Visually, #75CC83 is defined as a moderate green. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 204, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 36% Yellow, and 20% Black. With a hue angle of 129.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75CC83
RGB117, 204, 131
HSL129.7°, 46.0%, 62.9%
CMYK43%, 0%, 36%, 20%
HSV129.7°, 42.6%, 80.0%
LAB75.2, -41.6, 28.4
XYZ33.0, 48.6, 29.1
Decimal7720067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC83;
}
.text-color {
color: #75CC83;
}
.border-color {
border: 2px solid #75CC83;
}