Shades of Bitter Lemon #D0DA30
Tints of Bitter Lemon #D0DA30
RGB
CMYK
RGB Variations
Color information
#D0DA30 (or 0xD0DA30) is known color: Bitter Lemon. HEX triplet: D0, DA and 30. RGB value is (208,218,48). Sum of RGB (Red+Green+Blue) = 208+218+48=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA30 is #2F25CF. Grayscale: #C4C4C4. Windows color (decimal): -3089872 or 3201744. OLE color: 3201744.
HSL color Cylindrical-coordinate representation of color #D0DA30: hue angle of 63.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0DA30 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 48 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.15 |
| HSL | 63.53º | 0.7% | 0.52% | - |
| HSV(B) | 63.53º | 0.78% | 0.85% | - |
| XYZ | 51.62 | 63.77 | 12.38 | - |
| YUV | 195.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 48 | 0.05 | 0 | 0.78 | 0.15 | 63.53 | 0.7 | 0.52 |
| Hex | D0 | DA | 30 | 5 | 0 | 4E | F | 40 | 46 | 34 |
| Octal | 320 | 332 | 60 | 5 | 0 | 116 | 17 | 100 | 106 | 64 |
| Binary | 11010000 | 11011010 | 110000 | 101 | 0 | 1001110 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #D0DA30
Complementary color
Monochromatic Colors of #D0DA30
Black with #D0DA30
Text Example
Text Example
White with #D0DA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA30; }
p { color: rgb(208,218,48); }
H1.HeaderClassName
{
color: #D0DA30;
}
.AnyTagClassName
{
color: #D0DA30;
}
</style>
background-color css
<style>
a { background-color: #D0DA30; }
a { background-color: rgb(208,218,48); }
div.DivClassName
{
background-color: #D0DA30;
}
.BgClassName
{
background-color: #D0DA30;
}
</style>
border-color css
<style>
span { border-color: #D0DA30; }
span { border-color: rgb(208,218,48); }
td.TdClassName
{
border-color: #D0DA30;
}
.TagClassName
{
border-color: #D0DA30;
}
</style>