Shades of Lemon #DEE211
Tints of Lemon #DEE211
RGB
CMYK
RGB Variations
Color information
#DEE211 (or 0xDEE211) is known color: Lemon. HEX triplet: DE, E2 and 11. RGB value is (222,226,17). Sum of RGB (Red+Green+Blue) = 222+226+17=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE211 is #211DEE. Grayscale: #C9C9C9. Windows color (decimal): -2170351 or 1172190. OLE color: 1172190.
HSL color Cylindrical-coordinate representation of color #DEE211: hue angle of 61.15º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEE211 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.11 |
| HSL | 61.15º | 0.86% | 0.48% | - |
| HSV(B) | 61.15º | 0.92% | 0.89% | - |
| XYZ | 57.42 | 69.96 | 11.01 | - |
| YUV | 200.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 17 | 0.02 | 0 | 0.92 | 0.11 | 61.15 | 0.86 | 0.48 |
| Hex | DE | E2 | 11 | 2 | 0 | 5C | B | 3D | 56 | 30 |
| Octal | 336 | 342 | 21 | 2 | 0 | 134 | 13 | 75 | 126 | 60 |
| Binary | 11011110 | 11100010 | 10001 | 10 | 0 | 1011100 | 1011 | 111101 | 1010110 | 110000 |
Color Harmonies of #DEE211
Complementary color
Monochromatic Colors of #DEE211
Black with #DEE211
Text Example
Text Example
White with #DEE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE211; }
p { color: rgb(222,226,17); }
H1.HeaderClassName
{
color: #DEE211;
}
.AnyTagClassName
{
color: #DEE211;
}
</style>
background-color css
<style>
a { background-color: #DEE211; }
a { background-color: rgb(222,226,17); }
div.DivClassName
{
background-color: #DEE211;
}
.BgClassName
{
background-color: #DEE211;
}
</style>
border-color css
<style>
span { border-color: #DEE211; }
span { border-color: rgb(222,226,17); }
td.TdClassName
{
border-color: #DEE211;
}
.TagClassName
{
border-color: #DEE211;
}
</style>