Shades of Lemon #DEE513
Tints of Lemon #DEE513
RGB
CMYK
RGB Variations
Color information
#DEE513 (or 0xDEE513) is known color: Lemon. HEX triplet: DE, E5 and 13. RGB value is (222,229,19). Sum of RGB (Red+Green+Blue) = 222+229+19=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE513 is #211AEC. Grayscale: #CBCBCB. Windows color (decimal): -2169581 or 1304030. OLE color: 1304030.
HSL color Cylindrical-coordinate representation of color #DEE513: hue angle of 62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEE513 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.10 |
| HSL | 62º | 0.85% | 0.49% | - |
| HSV(B) | 62º | 0.92% | 0.9% | - |
| XYZ | 58.26 | 71.62 | 11.37 | - |
| YUV | 202.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 19 | 0.03 | 0 | 0.92 | 0.10 | 62 | 0.85 | 0.49 |
| Hex | DE | E5 | 13 | 3 | 0 | 5C | A | 3E | 55 | 31 |
| Octal | 336 | 345 | 23 | 3 | 0 | 134 | 12 | 76 | 125 | 61 |
| Binary | 11011110 | 11100101 | 10011 | 11 | 0 | 1011100 | 1010 | 111110 | 1010101 | 110001 |
Color Harmonies of #DEE513
Complementary color
Monochromatic Colors of #DEE513
Black with #DEE513
Text Example
Text Example
White with #DEE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE513; }
p { color: rgb(222,229,19); }
H1.HeaderClassName
{
color: #DEE513;
}
.AnyTagClassName
{
color: #DEE513;
}
</style>
background-color css
<style>
a { background-color: #DEE513; }
a { background-color: rgb(222,229,19); }
div.DivClassName
{
background-color: #DEE513;
}
.BgClassName
{
background-color: #DEE513;
}
</style>
border-color css
<style>
span { border-color: #DEE513; }
span { border-color: rgb(222,229,19); }
td.TdClassName
{
border-color: #DEE513;
}
.TagClassName
{
border-color: #DEE513;
}
</style>