Shades of Bitter Lemon #DEE022
Tints of Bitter Lemon #DEE022
RGB
CMYK
RGB Variations
Color information
#DEE022 (or 0xDEE022) is known color: Bitter Lemon. HEX triplet: DE, E0 and 22. RGB value is (222,224,34). Sum of RGB (Red+Green+Blue) = 222+224+34=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE022 is #211FDD. Grayscale: #CACACA. Windows color (decimal): -2170846 or 2285790. OLE color: 2285790.
HSL color Cylindrical-coordinate representation of color #DEE022: hue angle of 60.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE022 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.12 |
| HSL | 60.63º | 0.75% | 0.51% | - |
| HSV(B) | 60.63º | 0.85% | 0.88% | - |
| XYZ | 57.07 | 68.96 | 11.82 | - |
| YUV | 201.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 34 | 0.01 | 0 | 0.85 | 0.12 | 60.63 | 0.75 | 0.51 |
| Hex | DE | E0 | 22 | 1 | 0 | 55 | C | 3D | 4B | 33 |
| Octal | 336 | 340 | 42 | 1 | 0 | 125 | 14 | 75 | 113 | 63 |
| Binary | 11011110 | 11100000 | 100010 | 1 | 0 | 1010101 | 1100 | 111101 | 1001011 | 110011 |
Color Harmonies of #DEE022
Complementary color
Monochromatic Colors of #DEE022
Black with #DEE022
Text Example
Text Example
White with #DEE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE022; }
p { color: rgb(222,224,34); }
H1.HeaderClassName
{
color: #DEE022;
}
.AnyTagClassName
{
color: #DEE022;
}
</style>
background-color css
<style>
a { background-color: #DEE022; }
a { background-color: rgb(222,224,34); }
div.DivClassName
{
background-color: #DEE022;
}
.BgClassName
{
background-color: #DEE022;
}
</style>
border-color css
<style>
span { border-color: #DEE022; }
span { border-color: rgb(222,224,34); }
td.TdClassName
{
border-color: #DEE022;
}
.TagClassName
{
border-color: #DEE022;
}
</style>