Shades of Bitter Lemon #D0DA39
Tints of Bitter Lemon #D0DA39
RGB
CMYK
RGB Variations
Color information
#D0DA39 (or 0xD0DA39) is known color: Bitter Lemon. HEX triplet: D0, DA and 39. RGB value is (208,218,57). Sum of RGB (Red+Green+Blue) = 208+218+57=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA39 is #2F25C6. Grayscale: #C5C5C5. Windows color (decimal): -3089863 or 3791568. OLE color: 3791568.
HSL color Cylindrical-coordinate representation of color #D0DA39: hue angle of 63.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0DA39 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 57 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.15 |
| HSL | 63.73º | 0.69% | 0.54% | - |
| HSV(B) | 63.73º | 0.74% | 0.85% | - |
| XYZ | 51.82 | 63.85 | 13.46 | - |
| YUV | 196.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 57 | 0.05 | 0 | 0.74 | 0.15 | 63.73 | 0.69 | 0.54 |
| Hex | D0 | DA | 39 | 5 | 0 | 4A | F | 40 | 45 | 36 |
| Octal | 320 | 332 | 71 | 5 | 0 | 112 | 17 | 100 | 105 | 66 |
| Binary | 11010000 | 11011010 | 111001 | 101 | 0 | 1001010 | 1111 | 1000000 | 1000101 | 110110 |
Color Harmonies of #D0DA39
Complementary color
Monochromatic Colors of #D0DA39
Black with #D0DA39
Text Example
Text Example
White with #D0DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA39; }
p { color: rgb(208,218,57); }
H1.HeaderClassName
{
color: #D0DA39;
}
.AnyTagClassName
{
color: #D0DA39;
}
</style>
background-color css
<style>
a { background-color: #D0DA39; }
a { background-color: rgb(208,218,57); }
div.DivClassName
{
background-color: #D0DA39;
}
.BgClassName
{
background-color: #D0DA39;
}
</style>
border-color css
<style>
span { border-color: #D0DA39; }
span { border-color: rgb(208,218,57); }
td.TdClassName
{
border-color: #D0DA39;
}
.TagClassName
{
border-color: #D0DA39;
}
</style>