Shades of Bitter Lemon #D5DC24
Tints of Bitter Lemon #D5DC24
RGB
CMYK
RGB Variations
Color information
#D5DC24 (or 0xD5DC24) is known color: Bitter Lemon. HEX triplet: D5, DC and 24. RGB value is (213,220,36). Sum of RGB (Red+Green+Blue) = 213+220+36=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC24 is #2A23DB. Grayscale: #C5C5C5. Windows color (decimal): -2761692 or 2415829. OLE color: 2415829.
HSL color Cylindrical-coordinate representation of color #D5DC24: hue angle of 62.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5DC24 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.14 |
| HSL | 62.28º | 0.72% | 0.5% | - |
| HSV(B) | 62.28º | 0.84% | 0.86% | - |
| XYZ | 53.35 | 65.46 | 11.49 | - |
| YUV | 196.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 36 | 0.03 | 0 | 0.84 | 0.14 | 62.28 | 0.72 | 0.5 |
| Hex | D5 | DC | 24 | 3 | 0 | 54 | E | 3E | 48 | 32 |
| Octal | 325 | 334 | 44 | 3 | 0 | 124 | 16 | 76 | 110 | 62 |
| Binary | 11010101 | 11011100 | 100100 | 11 | 0 | 1010100 | 1110 | 111110 | 1001000 | 110010 |
Color Harmonies of #D5DC24
Complementary color
Monochromatic Colors of #D5DC24
Black with #D5DC24
Text Example
Text Example
White with #D5DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC24; }
p { color: rgb(213,220,36); }
H1.HeaderClassName
{
color: #D5DC24;
}
.AnyTagClassName
{
color: #D5DC24;
}
</style>
background-color css
<style>
a { background-color: #D5DC24; }
a { background-color: rgb(213,220,36); }
div.DivClassName
{
background-color: #D5DC24;
}
.BgClassName
{
background-color: #D5DC24;
}
</style>
border-color css
<style>
span { border-color: #D5DC24; }
span { border-color: rgb(213,220,36); }
td.TdClassName
{
border-color: #D5DC24;
}
.TagClassName
{
border-color: #D5DC24;
}
</style>