Shades of Bitter Lemon #D0DD41
Tints of Bitter Lemon #D0DD41
RGB
CMYK
RGB Variations
Color information
#D0DD41 (or 0xD0DD41) is known color: Bitter Lemon. HEX triplet: D0, DD and 41. RGB value is (208,221,65). Sum of RGB (Red+Green+Blue) = 208+221+65=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD41 is #2F22BE. Grayscale: #C7C7C7. Windows color (decimal): -3089087 or 4316624. OLE color: 4316624.
HSL color Cylindrical-coordinate representation of color #D0DD41: hue angle of 65º 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 #D0DD41 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 65 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.13 |
| HSL | 65º | 0.7% | 0.56% | - |
| HSV(B) | 65º | 0.71% | 0.87% | - |
| XYZ | 52.82 | 65.5 | 14.86 | - |
| YUV | 199.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 65 | 0.06 | 0 | 0.71 | 0.13 | 65 | 0.7 | 0.56 |
| Hex | D0 | DD | 41 | 6 | 0 | 47 | D | 41 | 46 | 38 |
| Octal | 320 | 335 | 101 | 6 | 0 | 107 | 15 | 101 | 106 | 70 |
| Binary | 11010000 | 11011101 | 1000001 | 110 | 0 | 1000111 | 1101 | 1000001 | 1000110 | 111000 |
Color Harmonies of #D0DD41
Complementary color
Monochromatic Colors of #D0DD41
Black with #D0DD41
Text Example
Text Example
White with #D0DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD41; }
p { color: rgb(208,221,65); }
H1.HeaderClassName
{
color: #D0DD41;
}
.AnyTagClassName
{
color: #D0DD41;
}
</style>
background-color css
<style>
a { background-color: #D0DD41; }
a { background-color: rgb(208,221,65); }
div.DivClassName
{
background-color: #D0DD41;
}
.BgClassName
{
background-color: #D0DD41;
}
</style>
border-color css
<style>
span { border-color: #D0DD41; }
span { border-color: rgb(208,221,65); }
td.TdClassName
{
border-color: #D0DD41;
}
.TagClassName
{
border-color: #D0DD41;
}
</style>