Shades of Bitter Lemon #D1DE3E
Tints of Bitter Lemon #D1DE3E
RGB
CMYK
RGB Variations
Color information
#D1DE3E (or 0xD1DE3E) is known color: Bitter Lemon. HEX triplet: D1, DE and 3E. RGB value is (209,222,62). Sum of RGB (Red+Green+Blue) = 209+222+62=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE3E is #2E21C1. Grayscale: #C8C8C8. Windows color (decimal): -3023298 or 4120273. OLE color: 4120273.
HSL color Cylindrical-coordinate representation of color #D1DE3E: hue angle of 64.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1DE3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.13 |
| HSL | 64.88º | 0.71% | 0.56% | - |
| HSV(B) | 64.88º | 0.72% | 0.87% | - |
| XYZ | 53.29 | 66.15 | 14.52 | - |
| YUV | 199.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 62 | 0.06 | 0 | 0.72 | 0.13 | 64.88 | 0.71 | 0.56 |
| Hex | D1 | DE | 3E | 6 | 0 | 48 | D | 41 | 47 | 38 |
| Octal | 321 | 336 | 76 | 6 | 0 | 110 | 15 | 101 | 107 | 70 |
| Binary | 11010001 | 11011110 | 111110 | 110 | 0 | 1001000 | 1101 | 1000001 | 1000111 | 111000 |
Color Harmonies of #D1DE3E
Complementary color
Monochromatic Colors of #D1DE3E
Black with #D1DE3E
Text Example
Text Example
White with #D1DE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DE3E; }
p { color: rgb(209,222,62); }
H1.HeaderClassName
{
color: #D1DE3E;
}
.AnyTagClassName
{
color: #D1DE3E;
}
</style>
background-color css
<style>
a { background-color: #D1DE3E; }
a { background-color: rgb(209,222,62); }
div.DivClassName
{
background-color: #D1DE3E;
}
.BgClassName
{
background-color: #D1DE3E;
}
</style>
border-color css
<style>
span { border-color: #D1DE3E; }
span { border-color: rgb(209,222,62); }
td.TdClassName
{
border-color: #D1DE3E;
}
.TagClassName
{
border-color: #D1DE3E;
}
</style>