Shades of Bitter Lemon #D0DB40
Tints of Bitter Lemon #D0DB40
RGB
CMYK
RGB Variations
Color information
#D0DB40 (or 0xD0DB40) is known color: Bitter Lemon. HEX triplet: D0, DB and 40. RGB value is (208,219,64). Sum of RGB (Red+Green+Blue) = 208+219+64=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB40 is #2F24BF. Grayscale: #C6C6C6. Windows color (decimal): -3089600 or 4250576. OLE color: 4250576.
HSL color Cylindrical-coordinate representation of color #D0DB40: hue angle of 64.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0DB40 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 64 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.14 |
| HSL | 64.26º | 0.68% | 0.55% | - |
| HSV(B) | 64.26º | 0.71% | 0.86% | - |
| XYZ | 52.27 | 64.44 | 14.53 | - |
| YUV | 198.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 64 | 0.05 | 0 | 0.71 | 0.14 | 64.26 | 0.68 | 0.55 |
| Hex | D0 | DB | 40 | 5 | 0 | 47 | E | 40 | 44 | 37 |
| Octal | 320 | 333 | 100 | 5 | 0 | 107 | 16 | 100 | 104 | 67 |
| Binary | 11010000 | 11011011 | 1000000 | 101 | 0 | 1000111 | 1110 | 1000000 | 1000100 | 110111 |
Color Harmonies of #D0DB40
Complementary color
Monochromatic Colors of #D0DB40
Black with #D0DB40
Text Example
Text Example
White with #D0DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB40; }
p { color: rgb(208,219,64); }
H1.HeaderClassName
{
color: #D0DB40;
}
.AnyTagClassName
{
color: #D0DB40;
}
</style>
background-color css
<style>
a { background-color: #D0DB40; }
a { background-color: rgb(208,219,64); }
div.DivClassName
{
background-color: #D0DB40;
}
.BgClassName
{
background-color: #D0DB40;
}
</style>
border-color css
<style>
span { border-color: #D0DB40; }
span { border-color: rgb(208,219,64); }
td.TdClassName
{
border-color: #D0DB40;
}
.TagClassName
{
border-color: #D0DB40;
}
</style>