Shades of Lemon #DEE413
Tints of Lemon #DEE413
RGB
CMYK
RGB Variations
Color information
#DEE413 (or 0xDEE413) is known color: Lemon. HEX triplet: DE, E4 and 13. RGB value is (222,228,19). Sum of RGB (Red+Green+Blue) = 222+228+19=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE413 is #211BEC. Grayscale: #CBCBCB. Windows color (decimal): -2169837 or 1303774. OLE color: 1303774.
HSL color Cylindrical-coordinate representation of color #DEE413: hue angle of 61.72º degrees, saturation: 0.85, 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 #DEE413 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.11 |
| HSL | 61.72º | 0.85% | 0.48% | - |
| HSV(B) | 61.72º | 0.92% | 0.89% | - |
| XYZ | 57.99 | 71.06 | 11.28 | - |
| YUV | 202.38 | 24.51 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 19 | 0.03 | 0 | 0.92 | 0.11 | 61.72 | 0.85 | 0.48 |
| Hex | DE | E4 | 13 | 3 | 0 | 5C | B | 3E | 55 | 30 |
| Octal | 336 | 344 | 23 | 3 | 0 | 134 | 13 | 76 | 125 | 60 |
| Binary | 11011110 | 11100100 | 10011 | 11 | 0 | 1011100 | 1011 | 111110 | 1010101 | 110000 |
Color Harmonies of #DEE413
Complementary color
Monochromatic Colors of #DEE413
Black with #DEE413
Text Example
Text Example
White with #DEE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE413; }
p { color: rgb(222,228,19); }
H1.HeaderClassName
{
color: #DEE413;
}
.AnyTagClassName
{
color: #DEE413;
}
</style>
background-color css
<style>
a { background-color: #DEE413; }
a { background-color: rgb(222,228,19); }
div.DivClassName
{
background-color: #DEE413;
}
.BgClassName
{
background-color: #DEE413;
}
</style>
border-color css
<style>
span { border-color: #DEE413; }
span { border-color: rgb(222,228,19); }
td.TdClassName
{
border-color: #DEE413;
}
.TagClassName
{
border-color: #DEE413;
}
</style>