Shades of Apple Green #DEEFDB
Tints of Apple Green #DEEFDB
RGB
CMYK
RGB Variations
Color information
#DEEFDB (or 0xDEEFDB) is known color: Apple Green. HEX triplet: DE, EF and DB. RGB value is (222,239,219). Sum of RGB (Red+Green+Blue) = 222+239+219=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDB is #211024. Grayscale: #E7E7E7. Windows color (decimal): -2166821 or 14413790. OLE color: 14413790.
HSL color Cylindrical-coordinate representation of color #DEEFDB: hue angle of 111º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEFDB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 219 | - |
CMYK | 0.07 | 0 | 0.08 | 0.06 |
HSL | 111º | 0.38% | 0.9% | - |
HSV(B) | 111º | 0.08% | 0.94% | - |
XYZ | 73.78 | 82.38 | 79.03 | - |
YUV | 231.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 219 | 0.07 | 0 | 0.08 | 0.06 | 111 | 0.38 | 0.9 |
Hex | DE | EF | DB | 7 | 0 | 8 | 6 | 6F | 26 | 5A |
Octal | 336 | 357 | 333 | 7 | 0 | 10 | 6 | 157 | 46 | 132 |
Binary | 11011110 | 11101111 | 11011011 | 111 | 0 | 1000 | 110 | 1101111 | 100110 | 1011010 |
Color Harmonies of #DEEFDB
Complementary color
Monochromatic Colors of #DEEFDB
Black with #DEEFDB
Text Example
Text Example
White with #DEEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFDB; }
p { color: rgb(222,239,219); }
H1.HeaderClassName
{
color: #DEEFDB;
}
.AnyTagClassName
{
color: #DEEFDB;
}
</style>
background-color css
<style>
a { background-color: #DEEFDB; }
a { background-color: rgb(222,239,219); }
div.DivClassName
{
background-color: #DEEFDB;
}
.BgClassName
{
background-color: #DEEFDB;
}
</style>
border-color css
<style>
span { border-color: #DEEFDB; }
span { border-color: rgb(222,239,219); }
td.TdClassName
{
border-color: #DEEFDB;
}
.TagClassName
{
border-color: #DEEFDB;
}
</style>