#AFFF57
A light, vivid green closely aligning with Greenyellow.
About #AFFF57
The precise color #AFFF57 is an excellent choice for modern design projects. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 175 red, 255 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#AFFF57
RGB175, 255, 87
HSL88.6°, 100.0%, 67.1%
CMYK31%, 0%, 66%, 0%
HSV88.6°, 65.9%, 100.0%
LAB92.3, -49.6, 69.7
XYZ55.2, 81.3, 21.8
Decimal11534167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.26:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF57;
}
.text-color {
color: #AFFF57;
}
.border-color {
border: 2px solid #AFFF57;
}