Shades of Lemon #DEE00A
Tints of Lemon #DEE00A
RGB
CMYK
RGB Variations
Color information
#DEE00A (or 0xDEE00A) is known color: Lemon. HEX triplet: DE, E0 and 0A. RGB value is (222,224,10). Sum of RGB (Red+Green+Blue) = 222+224+10=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE00A is #211FF5. Grayscale: #C7C7C7. Windows color (decimal): -2170870 or 712926. OLE color: 712926.
HSL color Cylindrical-coordinate representation of color #DEE00A: hue angle of 60.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEE00A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.12 |
| HSL | 60.56º | 0.91% | 0.46% | - |
| HSV(B) | 60.56º | 0.96% | 0.88% | - |
| XYZ | 56.83 | 68.86 | 10.58 | - |
| YUV | 199.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 10 | 0.01 | 0 | 0.96 | 0.12 | 60.56 | 0.91 | 0.46 |
| Hex | DE | E0 | A | 1 | 0 | 60 | C | 3D | 5B | 2E |
| Octal | 336 | 340 | 12 | 1 | 0 | 140 | 14 | 75 | 133 | 56 |
| Binary | 11011110 | 11100000 | 1010 | 1 | 0 | 1100000 | 1100 | 111101 | 1011011 | 101110 |
Color Harmonies of #DEE00A
Complementary color
Monochromatic Colors of #DEE00A
Black with #DEE00A
Text Example
Text Example
White with #DEE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE00A; }
p { color: rgb(222,224,10); }
H1.HeaderClassName
{
color: #DEE00A;
}
.AnyTagClassName
{
color: #DEE00A;
}
</style>
background-color css
<style>
a { background-color: #DEE00A; }
a { background-color: rgb(222,224,10); }
div.DivClassName
{
background-color: #DEE00A;
}
.BgClassName
{
background-color: #DEE00A;
}
</style>
border-color css
<style>
span { border-color: #DEE00A; }
span { border-color: rgb(222,224,10); }
td.TdClassName
{
border-color: #DEE00A;
}
.TagClassName
{
border-color: #DEE00A;
}
</style>