#5FFFC5
A light, vivid green closely aligning with Aquamarine.
About #5FFFC5
Visually, #5FFFC5 is defined as a vivid green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 95 red, 255 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 63% C, 0% M, 23% Y, and 0% K. With a hue angle of 158.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFFC5
RGB95, 255, 197
HSL158.3°, 100.0%, 68.6%
CMYK63%, 0%, 23%, 0%
HSV158.3°, 62.7%, 100.0%
LAB90.8, -55.1, 15.5
XYZ50.6, 78.0, 65.2
Decimal6291397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.60:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFC5;
}
.text-color {
color: #5FFFC5;
}
.border-color {
border: 2px solid #5FFFC5;
}