#C5DB3A
A medium, moderate yellow closely aligning with Yellowgreen.
About #C5DB3A
When working with digital screens, the color #C5DB3A is rendered by mixing light. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(197, 219, 58).
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, 74% yellow, and 14% black. With a hue angle of 68.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5DB3A
RGB197, 219, 58
HSL68.2°, 69.1%, 54.3%
CMYK10%, 0%, 74%, 14%
HSV68.2°, 73.5%, 85.9%
LAB83.4, -27.0, 71.5
XYZ49.1, 62.8, 13.5
Decimal12966714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB3A;
}
.text-color {
color: #C5DB3A;
}
.border-color {
border: 2px solid #C5DB3A;
}