Shades of Bitter Lemon #D0DD40
Tints of Bitter Lemon #D0DD40
RGB
CMYK
RGB Variations
Color information
#D0DD40 (or 0xD0DD40) is known color: Bitter Lemon. HEX triplet: D0, DD and 40. RGB value is (208,221,64). Sum of RGB (Red+Green+Blue) = 208+221+64=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD40 is #2F22BF. Grayscale: #C7C7C7. Windows color (decimal): -3089088 or 4251088. OLE color: 4251088.
HSL color Cylindrical-coordinate representation of color #D0DD40: hue angle of 64.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0DD40 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 64 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.13 |
| HSL | 64.97º | 0.7% | 0.56% | - |
| HSV(B) | 64.97º | 0.71% | 0.87% | - |
| XYZ | 52.79 | 65.49 | 14.71 | - |
| YUV | 199.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 64 | 0.06 | 0 | 0.71 | 0.13 | 64.97 | 0.7 | 0.56 |
| Hex | D0 | DD | 40 | 6 | 0 | 47 | D | 41 | 46 | 38 |
| Octal | 320 | 335 | 100 | 6 | 0 | 107 | 15 | 101 | 106 | 70 |
| Binary | 11010000 | 11011101 | 1000000 | 110 | 0 | 1000111 | 1101 | 1000001 | 1000110 | 111000 |
Color Harmonies of #D0DD40
Complementary color
Monochromatic Colors of #D0DD40
Black with #D0DD40
Text Example
Text Example
White with #D0DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD40; }
p { color: rgb(208,221,64); }
H1.HeaderClassName
{
color: #D0DD40;
}
.AnyTagClassName
{
color: #D0DD40;
}
</style>
background-color css
<style>
a { background-color: #D0DD40; }
a { background-color: rgb(208,221,64); }
div.DivClassName
{
background-color: #D0DD40;
}
.BgClassName
{
background-color: #D0DD40;
}
</style>
border-color css
<style>
span { border-color: #D0DD40; }
span { border-color: rgb(208,221,64); }
td.TdClassName
{
border-color: #D0DD40;
}
.TagClassName
{
border-color: #D0DD40;
}
</style>