#C1DD70
A light, moderate green closely aligning with Khaki.
About #C1DD70
Visually, #C1DD70 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 193, 221, and 112.
Translating this color to physical media requires the CMYK color model. The color uses 13% Cyan, 0% Magenta, 49% Yellow, and 13% Black. With a hue angle of 75.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C1DD70
RGB193, 221, 112
HSL75.4°, 61.6%, 65.3%
CMYK13%, 0%, 49%, 13%
HSV75.4°, 49.3%, 86.7%
LAB84.1, -25.7, 50.0
XYZ50.8, 64.2, 25.0
Decimal12705136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.84:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C1DD70;
}
.text-color {
color: #C1DD70;
}
.border-color {
border: 2px solid #C1DD70;
}