Shades of Bitter Lemon #D0DC24
Tints of Bitter Lemon #D0DC24
RGB
CMYK
RGB Variations
Color information
#D0DC24 (or 0xD0DC24) is known color: Bitter Lemon. HEX triplet: D0, DC and 24. RGB value is (208,220,36). Sum of RGB (Red+Green+Blue) = 208+220+36=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC24 is #2F23DB. Grayscale: #C4C4C4. Windows color (decimal): -3089372 or 2415824. OLE color: 2415824.
HSL color Cylindrical-coordinate representation of color #D0DC24: hue angle of 63.91º 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 #D0DC24 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 36 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.14 |
| HSL | 63.91º | 0.72% | 0.5% | - |
| HSV(B) | 63.91º | 0.84% | 0.86% | - |
| XYZ | 51.92 | 64.72 | 11.43 | - |
| YUV | 195.44 | 38.02 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 36 | 0.05 | 0 | 0.84 | 0.14 | 63.91 | 0.72 | 0.5 |
| Hex | D0 | DC | 24 | 5 | 0 | 54 | E | 40 | 48 | 32 |
| Octal | 320 | 334 | 44 | 5 | 0 | 124 | 16 | 100 | 110 | 62 |
| Binary | 11010000 | 11011100 | 100100 | 101 | 0 | 1010100 | 1110 | 1000000 | 1001000 | 110010 |
Color Harmonies of #D0DC24
Complementary color
Monochromatic Colors of #D0DC24
Black with #D0DC24
Text Example
Text Example
White with #D0DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC24; }
p { color: rgb(208,220,36); }
H1.HeaderClassName
{
color: #D0DC24;
}
.AnyTagClassName
{
color: #D0DC24;
}
</style>
background-color css
<style>
a { background-color: #D0DC24; }
a { background-color: rgb(208,220,36); }
div.DivClassName
{
background-color: #D0DC24;
}
.BgClassName
{
background-color: #D0DC24;
}
</style>
border-color css
<style>
span { border-color: #D0DC24; }
span { border-color: rgb(208,220,36); }
td.TdClassName
{
border-color: #D0DC24;
}
.TagClassName
{
border-color: #D0DC24;
}
</style>