Shades of Bitter Lemon #D8DE1E
Tints of Bitter Lemon #D8DE1E
RGB
CMYK
RGB Variations
Color information
#D8DE1E (or 0xD8DE1E) is known color: Bitter Lemon. HEX triplet: D8, DE and 1E. RGB value is (216,222,30). Sum of RGB (Red+Green+Blue) = 216+222+30=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DE1E is #2721E1. Grayscale: #C7C7C7. Windows color (decimal): -2564578 or 2023128. OLE color: 2023128.
HSL color Cylindrical-coordinate representation of color #D8DE1E: hue angle of 61.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8DE1E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 30 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.13 |
| HSL | 61.88º | 0.76% | 0.49% | - |
| HSV(B) | 61.88º | 0.86% | 0.87% | - |
| XYZ | 54.67 | 66.94 | 11.27 | - |
| YUV | 198.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 30 | 0.03 | 0 | 0.86 | 0.13 | 61.88 | 0.76 | 0.49 |
| Hex | D8 | DE | 1E | 3 | 0 | 56 | D | 3E | 4C | 31 |
| Octal | 330 | 336 | 36 | 3 | 0 | 126 | 15 | 76 | 114 | 61 |
| Binary | 11011000 | 11011110 | 11110 | 11 | 0 | 1010110 | 1101 | 111110 | 1001100 | 110001 |
Color Harmonies of #D8DE1E
Complementary color
Monochromatic Colors of #D8DE1E
Black with #D8DE1E
Text Example
Text Example
White with #D8DE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DE1E; }
p { color: rgb(216,222,30); }
H1.HeaderClassName
{
color: #D8DE1E;
}
.AnyTagClassName
{
color: #D8DE1E;
}
</style>
background-color css
<style>
a { background-color: #D8DE1E; }
a { background-color: rgb(216,222,30); }
div.DivClassName
{
background-color: #D8DE1E;
}
.BgClassName
{
background-color: #D8DE1E;
}
</style>
border-color css
<style>
span { border-color: #D8DE1E; }
span { border-color: rgb(216,222,30); }
td.TdClassName
{
border-color: #D8DE1E;
}
.TagClassName
{
border-color: #D8DE1E;
}
</style>