#75C566
A medium, moderate green closely aligning with Lightgreen.
About #75C566
Visually, #75C566 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 117 red, 197 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 41% Cyan, 0% Magenta, 48% Yellow, and 23% Black. The HSL representation is 110.5° hue, 45.0% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75C566
RGB117, 197, 102
HSL110.5°, 45.0%, 58.6%
CMYK41%, 0%, 48%, 23%
HSV110.5°, 48.2%, 77.3%
LAB72.7, -42.9, 39.9
XYZ29.7, 44.7, 19.6
Decimal7718246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C566;
}
.text-color {
color: #75C566;
}
.border-color {
border: 2px solid #75C566;
}