Shades of Bitter Lemon #D0DD37
Tints of Bitter Lemon #D0DD37
RGB
CMYK
RGB Variations
Color information
#D0DD37 (or 0xD0DD37) is known color: Bitter Lemon. HEX triplet: D0, DD and 37. RGB value is (208,221,55). Sum of RGB (Red+Green+Blue) = 208+221+55=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD37 is #2F22C8. Grayscale: #C6C6C6. Windows color (decimal): -3089097 or 3661264. OLE color: 3661264.
HSL color Cylindrical-coordinate representation of color #D0DD37: hue angle of 64.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0DD37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 55 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.13 |
| HSL | 64.7º | 0.71% | 0.54% | - |
| HSV(B) | 64.7º | 0.75% | 0.87% | - |
| XYZ | 52.56 | 65.4 | 13.47 | - |
| YUV | 198.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 55 | 0.06 | 0 | 0.75 | 0.13 | 64.7 | 0.71 | 0.54 |
| Hex | D0 | DD | 37 | 6 | 0 | 4B | D | 41 | 47 | 36 |
| Octal | 320 | 335 | 67 | 6 | 0 | 113 | 15 | 101 | 107 | 66 |
| Binary | 11010000 | 11011101 | 110111 | 110 | 0 | 1001011 | 1101 | 1000001 | 1000111 | 110110 |
Color Harmonies of #D0DD37
Complementary color
Monochromatic Colors of #D0DD37
Black with #D0DD37
Text Example
Text Example
White with #D0DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD37; }
p { color: rgb(208,221,55); }
H1.HeaderClassName
{
color: #D0DD37;
}
.AnyTagClassName
{
color: #D0DD37;
}
</style>
background-color css
<style>
a { background-color: #D0DD37; }
a { background-color: rgb(208,221,55); }
div.DivClassName
{
background-color: #D0DD37;
}
.BgClassName
{
background-color: #D0DD37;
}
</style>
border-color css
<style>
span { border-color: #D0DD37; }
span { border-color: rgb(208,221,55); }
td.TdClassName
{
border-color: #D0DD37;
}
.TagClassName
{
border-color: #D0DD37;
}
</style>