Shades of Bitter Lemon #DEE02C
Tints of Bitter Lemon #DEE02C
RGB
CMYK
RGB Variations
Color information
#DEE02C (or 0xDEE02C) is known color: Bitter Lemon. HEX triplet: DE, E0 and 2C. RGB value is (222,224,44). Sum of RGB (Red+Green+Blue) = 222+224+44=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE02C is #211FD3. Grayscale: #CBCBCB. Windows color (decimal): -2170836 or 2941150. OLE color: 2941150.
HSL color Cylindrical-coordinate representation of color #DEE02C: hue angle of 60.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE02C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 44 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.12 |
| HSL | 60.67º | 0.74% | 0.53% | - |
| HSV(B) | 60.67º | 0.8% | 0.88% | - |
| XYZ | 57.23 | 69.02 | 12.69 | - |
| YUV | 202.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 44 | 0.01 | 0 | 0.80 | 0.12 | 60.67 | 0.74 | 0.53 |
| Hex | DE | E0 | 2C | 1 | 0 | 50 | C | 3D | 4A | 35 |
| Octal | 336 | 340 | 54 | 1 | 0 | 120 | 14 | 75 | 112 | 65 |
| Binary | 11011110 | 11100000 | 101100 | 1 | 0 | 1010000 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DEE02C
Complementary color
Monochromatic Colors of #DEE02C
Black with #DEE02C
Text Example
Text Example
White with #DEE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE02C; }
p { color: rgb(222,224,44); }
H1.HeaderClassName
{
color: #DEE02C;
}
.AnyTagClassName
{
color: #DEE02C;
}
</style>
background-color css
<style>
a { background-color: #DEE02C; }
a { background-color: rgb(222,224,44); }
div.DivClassName
{
background-color: #DEE02C;
}
.BgClassName
{
background-color: #DEE02C;
}
</style>
border-color css
<style>
span { border-color: #DEE02C; }
span { border-color: rgb(222,224,44); }
td.TdClassName
{
border-color: #DEE02C;
}
.TagClassName
{
border-color: #DEE02C;
}
</style>