Shades of Lemon #DEE213
Tints of Lemon #DEE213
RGB
CMYK
RGB Variations
Color information
#DEE213 (or 0xDEE213) is known color: Lemon. HEX triplet: DE, E2 and 13. RGB value is (222,226,19). Sum of RGB (Red+Green+Blue) = 222+226+19=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE213 is #211DEC. Grayscale: #CACACA. Windows color (decimal): -2170349 or 1303262. OLE color: 1303262.
HSL color Cylindrical-coordinate representation of color #DEE213: hue angle of 61.16º degrees, saturation: 0.84, 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 #DEE213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.11 |
| HSL | 61.16º | 0.84% | 0.48% | - |
| HSV(B) | 61.16º | 0.92% | 0.89% | - |
| XYZ | 57.44 | 69.97 | 11.09 | - |
| YUV | 201.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 19 | 0.02 | 0 | 0.92 | 0.11 | 61.16 | 0.84 | 0.48 |
| Hex | DE | E2 | 13 | 2 | 0 | 5C | B | 3D | 54 | 30 |
| Octal | 336 | 342 | 23 | 2 | 0 | 134 | 13 | 75 | 124 | 60 |
| Binary | 11011110 | 11100010 | 10011 | 10 | 0 | 1011100 | 1011 | 111101 | 1010100 | 110000 |
Color Harmonies of #DEE213
Complementary color
Monochromatic Colors of #DEE213
Black with #DEE213
Text Example
Text Example
White with #DEE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE213; }
p { color: rgb(222,226,19); }
H1.HeaderClassName
{
color: #DEE213;
}
.AnyTagClassName
{
color: #DEE213;
}
</style>
background-color css
<style>
a { background-color: #DEE213; }
a { background-color: rgb(222,226,19); }
div.DivClassName
{
background-color: #DEE213;
}
.BgClassName
{
background-color: #DEE213;
}
</style>
border-color css
<style>
span { border-color: #DEE213; }
span { border-color: rgb(222,226,19); }
td.TdClassName
{
border-color: #DEE213;
}
.TagClassName
{
border-color: #DEE213;
}
</style>