Shades of Lemon #DEE00D
Tints of Lemon #DEE00D
RGB
CMYK
RGB Variations
Color information
#DEE00D (or 0xDEE00D) is known color: Lemon. HEX triplet: DE, E0 and 0D. RGB value is (222,224,13). Sum of RGB (Red+Green+Blue) = 222+224+13=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE00D is #211FF2. Grayscale: #C8C8C8. Windows color (decimal): -2170867 or 909534. OLE color: 909534.
HSL color Cylindrical-coordinate representation of color #DEE00D: hue angle of 60.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEE00D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.12 |
| HSL | 60.57º | 0.89% | 0.46% | - |
| HSV(B) | 60.57º | 0.94% | 0.88% | - |
| XYZ | 56.85 | 68.87 | 10.68 | - |
| YUV | 199.35 | 22.84 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 13 | 0.01 | 0 | 0.94 | 0.12 | 60.57 | 0.89 | 0.46 |
| Hex | DE | E0 | D | 1 | 0 | 5E | C | 3D | 59 | 2E |
| Octal | 336 | 340 | 15 | 1 | 0 | 136 | 14 | 75 | 131 | 56 |
| Binary | 11011110 | 11100000 | 1101 | 1 | 0 | 1011110 | 1100 | 111101 | 1011001 | 101110 |
Color Harmonies of #DEE00D
Complementary color
Monochromatic Colors of #DEE00D
Black with #DEE00D
Text Example
Text Example
White with #DEE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE00D; }
p { color: rgb(222,224,13); }
H1.HeaderClassName
{
color: #DEE00D;
}
.AnyTagClassName
{
color: #DEE00D;
}
</style>
background-color css
<style>
a { background-color: #DEE00D; }
a { background-color: rgb(222,224,13); }
div.DivClassName
{
background-color: #DEE00D;
}
.BgClassName
{
background-color: #DEE00D;
}
</style>
border-color css
<style>
span { border-color: #DEE00D; }
span { border-color: rgb(222,224,13); }
td.TdClassName
{
border-color: #DEE00D;
}
.TagClassName
{
border-color: #DEE00D;
}
</style>