Shades of Apple Green #DEEADB
Tints of Apple Green #DEEADB
RGB
CMYK
RGB Variations
Color information
#DEEADB (or 0xDEEADB) is known color: Apple Green. HEX triplet: DE, EA and DB. RGB value is (222,234,219). Sum of RGB (Red+Green+Blue) = 222+234+219=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEADB is #211524. Grayscale: #E4E4E4. Windows color (decimal): -2168101 or 14412510. OLE color: 14412510.
HSL color Cylindrical-coordinate representation of color #DEEADB: hue angle of 108º degrees, saturation: 0.26, 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 #DEEADB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 234 | 219 | - |
CMYK | 0.05 | 0 | 0.06 | 0.08 |
HSL | 108º | 0.26% | 0.89% | - |
HSV(B) | 108º | 0.06% | 0.92% | - |
XYZ | 72.33 | 79.49 | 78.55 | - |
YUV | 228.7 | 122.52 | 123.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 219 | 0.05 | 0 | 0.06 | 0.08 | 108 | 0.26 | 0.89 |
Hex | DE | EA | DB | 5 | 0 | 6 | 8 | 6C | 1A | 59 |
Octal | 336 | 352 | 333 | 5 | 0 | 6 | 10 | 154 | 32 | 131 |
Binary | 11011110 | 11101010 | 11011011 | 101 | 0 | 110 | 1000 | 1101100 | 11010 | 1011001 |
Color Harmonies of #DEEADB
Complementary color
Monochromatic Colors of #DEEADB
Black with #DEEADB
Text Example
Text Example
White with #DEEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEADB; }
p { color: rgb(222,234,219); }
H1.HeaderClassName
{
color: #DEEADB;
}
.AnyTagClassName
{
color: #DEEADB;
}
</style>
background-color css
<style>
a { background-color: #DEEADB; }
a { background-color: rgb(222,234,219); }
div.DivClassName
{
background-color: #DEEADB;
}
.BgClassName
{
background-color: #DEEADB;
}
</style>
border-color css
<style>
span { border-color: #DEEADB; }
span { border-color: rgb(222,234,219); }
td.TdClassName
{
border-color: #DEEADB;
}
.TagClassName
{
border-color: #DEEADB;
}
</style>