Shades of Bitter Lemon #D0DA1E
Tints of Bitter Lemon #D0DA1E
RGB
CMYK
RGB Variations
Color information
#D0DA1E (or 0xD0DA1E) is known color: Bitter Lemon. HEX triplet: D0, DA and 1E. RGB value is (208,218,30). Sum of RGB (Red+Green+Blue) = 208+218+30=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA1E is #2F25E1. Grayscale: #C2C2C2. Windows color (decimal): -3089890 or 2022096. OLE color: 2022096.
HSL color Cylindrical-coordinate representation of color #D0DA1E: hue angle of 63.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0DA1E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.15 |
| HSL | 63.19º | 0.76% | 0.49% | - |
| HSV(B) | 63.19º | 0.86% | 0.85% | - |
| XYZ | 51.32 | 63.65 | 10.81 | - |
| YUV | 193.58 | 35.69 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 30 | 0.05 | 0 | 0.86 | 0.15 | 63.19 | 0.76 | 0.49 |
| Hex | D0 | DA | 1E | 5 | 0 | 56 | F | 3F | 4C | 31 |
| Octal | 320 | 332 | 36 | 5 | 0 | 126 | 17 | 77 | 114 | 61 |
| Binary | 11010000 | 11011010 | 11110 | 101 | 0 | 1010110 | 1111 | 111111 | 1001100 | 110001 |
Color Harmonies of #D0DA1E
Complementary color
Monochromatic Colors of #D0DA1E
Black with #D0DA1E
Text Example
Text Example
White with #D0DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA1E; }
p { color: rgb(208,218,30); }
H1.HeaderClassName
{
color: #D0DA1E;
}
.AnyTagClassName
{
color: #D0DA1E;
}
</style>
background-color css
<style>
a { background-color: #D0DA1E; }
a { background-color: rgb(208,218,30); }
div.DivClassName
{
background-color: #D0DA1E;
}
.BgClassName
{
background-color: #D0DA1E;
}
</style>
border-color css
<style>
span { border-color: #D0DA1E; }
span { border-color: rgb(208,218,30); }
td.TdClassName
{
border-color: #D0DA1E;
}
.TagClassName
{
border-color: #D0DA1E;
}
</style>