#75F87C
A light, vivid green closely aligning with Palegreen.
About #75F87C
At its core, #75F87C is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(117, 248, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 53% C, 0% M, 50% Y, and 3% K. With a hue angle of 123.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F87C
RGB117, 248, 124
HSL123.2°, 90.3%, 71.6%
CMYK53%, 0%, 50%, 3%
HSV123.2°, 52.8%, 97.3%
LAB88.1, -60.5, 48.4
XYZ44.5, 72.4, 30.7
Decimal7731324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.47:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F87C;
}
.text-color {
color: #75F87C;
}
.border-color {
border: 2px solid #75F87C;
}