Shades of Apple Green #DEEEDB
Tints of Apple Green #DEEEDB
RGB
CMYK
RGB Variations
Color information
#DEEEDB (or 0xDEEEDB) is known color: Apple Green. HEX triplet: DE, EE and DB. RGB value is (222,238,219). Sum of RGB (Red+Green+Blue) = 222+238+219=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEDB is #211124. Grayscale: #E7E7E7. Windows color (decimal): -2167077 or 14413534. OLE color: 14413534.
HSL color Cylindrical-coordinate representation of color #DEEEDB: hue angle of 110.53º degrees, saturation: 0.36, 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 #DEEEDB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 219 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.07 |
| HSL | 110.53º | 0.36% | 0.9% | - |
| HSV(B) | 110.53º | 0.08% | 0.93% | - |
| XYZ | 73.48 | 81.79 | 78.93 | - |
| YUV | 231.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 219 | 0.07 | 0 | 0.08 | 0.07 | 110.53 | 0.36 | 0.9 |
| Hex | DE | EE | DB | 7 | 0 | 8 | 7 | 6F | 24 | 5A |
| Octal | 336 | 356 | 333 | 7 | 0 | 10 | 7 | 157 | 44 | 132 |
| Binary | 11011110 | 11101110 | 11011011 | 111 | 0 | 1000 | 111 | 1101111 | 100100 | 1011010 |
Color Harmonies of #DEEEDB
Complementary color
Monochromatic Colors of #DEEEDB
Black with #DEEEDB
Text Example
Text Example
White with #DEEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEDB; }
p { color: rgb(222,238,219); }
H1.HeaderClassName
{
color: #DEEEDB;
}
.AnyTagClassName
{
color: #DEEEDB;
}
</style>
background-color css
<style>
a { background-color: #DEEEDB; }
a { background-color: rgb(222,238,219); }
div.DivClassName
{
background-color: #DEEEDB;
}
.BgClassName
{
background-color: #DEEEDB;
}
</style>
border-color css
<style>
span { border-color: #DEEEDB; }
span { border-color: rgb(222,238,219); }
td.TdClassName
{
border-color: #DEEEDB;
}
.TagClassName
{
border-color: #DEEEDB;
}
</style>