Shades of Apple Green #DEEFDA
Tints of Apple Green #DEEFDA
RGB
CMYK
RGB Variations
Color information
#DEEFDA (or 0xDEEFDA) is known color: Apple Green. HEX triplet: DE, EF and DA. RGB value is (222,239,218). Sum of RGB (Red+Green+Blue) = 222+239+218=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDA is #211025. Grayscale: #E7E7E7. Windows color (decimal): -2166822 or 14348254. OLE color: 14348254.
HSL color Cylindrical-coordinate representation of color #DEEFDA: hue angle of 108.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEFDA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 218 | - |
CMYK | 0.07 | 0 | 0.09 | 0.06 |
HSL | 108.57º | 0.4% | 0.9% | - |
HSV(B) | 108.57º | 0.09% | 0.94% | - |
XYZ | 73.65 | 82.32 | 78.34 | - |
YUV | 231.52 | 120.37 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 218 | 0.07 | 0 | 0.09 | 0.06 | 108.57 | 0.4 | 0.9 |
Hex | DE | EF | DA | 7 | 0 | 9 | 6 | 6D | 28 | 5A |
Octal | 336 | 357 | 332 | 7 | 0 | 11 | 6 | 155 | 50 | 132 |
Binary | 11011110 | 11101111 | 11011010 | 111 | 0 | 1001 | 110 | 1101101 | 101000 | 1011010 |
Color Harmonies of #DEEFDA
Complementary color
Monochromatic Colors of #DEEFDA
Black with #DEEFDA
Text Example
Text Example
White with #DEEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFDA; }
p { color: rgb(222,239,218); }
H1.HeaderClassName
{
color: #DEEFDA;
}
.AnyTagClassName
{
color: #DEEFDA;
}
</style>
background-color css
<style>
a { background-color: #DEEFDA; }
a { background-color: rgb(222,239,218); }
div.DivClassName
{
background-color: #DEEFDA;
}
.BgClassName
{
background-color: #DEEFDA;
}
</style>
border-color css
<style>
span { border-color: #DEEFDA; }
span { border-color: rgb(222,239,218); }
td.TdClassName
{
border-color: #DEEFDA;
}
.TagClassName
{
border-color: #DEEFDA;
}
</style>