Shades of Apple Green #DEEADC
Tints of Apple Green #DEEADC
RGB
CMYK
RGB Variations
Color information
#DEEADC (or 0xDEEADC) is known color: Apple Green. HEX triplet: DE, EA and DC. RGB value is (222,234,220). Sum of RGB (Red+Green+Blue) = 222+234+220=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEADC is #211523. Grayscale: #E4E4E4. Windows color (decimal): -2168100 or 14478046. OLE color: 14478046.
HSL color Cylindrical-coordinate representation of color #DEEADC: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEADC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 234 | 220 | - |
CMYK | 0.05 | 0 | 0.06 | 0.08 |
HSL | 111.43º | 0.25% | 0.89% | - |
HSV(B) | 111.43º | 0.06% | 0.92% | - |
XYZ | 72.47 | 79.54 | 79.24 | - |
YUV | 228.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 220 | 0.05 | 0 | 0.06 | 0.08 | 111.43 | 0.25 | 0.89 |
Hex | DE | EA | DC | 5 | 0 | 6 | 8 | 6F | 19 | 59 |
Octal | 336 | 352 | 334 | 5 | 0 | 6 | 10 | 157 | 31 | 131 |
Binary | 11011110 | 11101010 | 11011100 | 101 | 0 | 110 | 1000 | 1101111 | 11001 | 1011001 |
Color Harmonies of #DEEADC
Complementary color
Monochromatic Colors of #DEEADC
Black with #DEEADC
Text Example
Text Example
White with #DEEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEADC; }
p { color: rgb(222,234,220); }
H1.HeaderClassName
{
color: #DEEADC;
}
.AnyTagClassName
{
color: #DEEADC;
}
</style>
background-color css
<style>
a { background-color: #DEEADC; }
a { background-color: rgb(222,234,220); }
div.DivClassName
{
background-color: #DEEADC;
}
.BgClassName
{
background-color: #DEEADC;
}
</style>
border-color css
<style>
span { border-color: #DEEADC; }
span { border-color: rgb(222,234,220); }
td.TdClassName
{
border-color: #DEEADC;
}
.TagClassName
{
border-color: #DEEADC;
}
</style>