Shades of Apple Green #DEEADA
Tints of Apple Green #DEEADA
RGB
CMYK
RGB Variations
Color information
#DEEADA (or 0xDEEADA) is known color: Apple Green. HEX triplet: DE, EA and DA. RGB value is (222,234,218). Sum of RGB (Red+Green+Blue) = 222+234+218=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEADA is #211525. Grayscale: #E4E4E4. Windows color (decimal): -2168102 or 14346974. OLE color: 14346974.
HSL color Cylindrical-coordinate representation of color #DEEADA: hue angle of 105º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEADA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 218 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.08 |
| HSL | 105º | 0.28% | 0.89% | - |
| HSV(B) | 105º | 0.07% | 0.92% | - |
| XYZ | 72.2 | 79.44 | 77.86 | - |
| YUV | 228.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 218 | 0.05 | 0 | 0.07 | 0.08 | 105 | 0.28 | 0.89 |
| Hex | DE | EA | DA | 5 | 0 | 7 | 8 | 69 | 1C | 59 |
| Octal | 336 | 352 | 332 | 5 | 0 | 7 | 10 | 151 | 34 | 131 |
| Binary | 11011110 | 11101010 | 11011010 | 101 | 0 | 111 | 1000 | 1101001 | 11100 | 1011001 |
Color Harmonies of #DEEADA
Complementary color
Monochromatic Colors of #DEEADA
Black with #DEEADA
Text Example
Text Example
White with #DEEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEADA; }
p { color: rgb(222,234,218); }
H1.HeaderClassName
{
color: #DEEADA;
}
.AnyTagClassName
{
color: #DEEADA;
}
</style>
background-color css
<style>
a { background-color: #DEEADA; }
a { background-color: rgb(222,234,218); }
div.DivClassName
{
background-color: #DEEADA;
}
.BgClassName
{
background-color: #DEEADA;
}
</style>
border-color css
<style>
span { border-color: #DEEADA; }
span { border-color: rgb(222,234,218); }
td.TdClassName
{
border-color: #DEEADA;
}
.TagClassName
{
border-color: #DEEADA;
}
</style>