#C5DB99
A light, moderate green closely aligning with Palegoldenrod.
About #C5DB99
When working with digital screens, the color #C5DB99 is rendered by mixing light. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(197, 219, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 10% cyan, 0% magenta, 30% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#C5DB99
RGB197, 219, 153
HSL80.0°, 47.8%, 72.9%
CMYK10%, 0%, 30%, 14%
HSV80.0°, 30.1%, 85.9%
LAB84.4, -18.4, 30.1
XYZ54.1, 64.8, 39.8
Decimal12966809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.97:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB99;
}
.text-color {
color: #C5DB99;
}
.border-color {
border: 2px solid #C5DB99;
}