Shades of Apple Green #DEEEDC
Tints of Apple Green #DEEEDC
RGB
CMYK
RGB Variations
Color information
#DEEEDC (or 0xDEEEDC) is known color: Apple Green. HEX triplet: DE, EE and DC. RGB value is (222,238,220). Sum of RGB (Red+Green+Blue) = 222+238+220=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEDC is #211123. Grayscale: #E7E7E7. Windows color (decimal): -2167076 or 14479070. OLE color: 14479070.
HSL color Cylindrical-coordinate representation of color #DEEEDC: hue angle of 113.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEEDC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 220 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 113.33º | 0.35% | 0.9% | - |
HSV(B) | 113.33º | 0.08% | 0.93% | - |
XYZ | 73.62 | 81.85 | 79.63 | - |
YUV | 231.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 220 | 0.07 | 0 | 0.08 | 0.07 | 113.33 | 0.35 | 0.9 |
Hex | DE | EE | DC | 7 | 0 | 8 | 7 | 71 | 23 | 5A |
Octal | 336 | 356 | 334 | 7 | 0 | 10 | 7 | 161 | 43 | 132 |
Binary | 11011110 | 11101110 | 11011100 | 111 | 0 | 1000 | 111 | 1110001 | 100011 | 1011010 |
Color Harmonies of #DEEEDC
Complementary color
Monochromatic Colors of #DEEEDC
Black with #DEEEDC
Text Example
Text Example
White with #DEEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEDC; }
p { color: rgb(222,238,220); }
H1.HeaderClassName
{
color: #DEEEDC;
}
.AnyTagClassName
{
color: #DEEEDC;
}
</style>
background-color css
<style>
a { background-color: #DEEEDC; }
a { background-color: rgb(222,238,220); }
div.DivClassName
{
background-color: #DEEEDC;
}
.BgClassName
{
background-color: #DEEEDC;
}
</style>
border-color css
<style>
span { border-color: #DEEEDC; }
span { border-color: rgb(222,238,220); }
td.TdClassName
{
border-color: #DEEEDC;
}
.TagClassName
{
border-color: #DEEEDC;
}
</style>