Shades of Apple Green #DDEFD9
Tints of Apple Green #DDEFD9
RGB
CMYK
RGB Variations
Color information
#DDEFD9 (or 0xDDEFD9) is known color: Apple Green. HEX triplet: DD, EF and D9. RGB value is (221,239,217). Sum of RGB (Red+Green+Blue) = 221+239+217=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD9 is #221026. Grayscale: #E7E7E7. Windows color (decimal): -2232359 or 14282717. OLE color: 14282717.
HSL color Cylindrical-coordinate representation of color #DDEFD9: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEFD9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 217 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.06 |
| HSL | 109.09º | 0.41% | 0.89% | - |
| HSV(B) | 109.09º | 0.09% | 0.94% | - |
| XYZ | 73.21 | 82.11 | 77.64 | - |
| YUV | 231.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 217 | 0.08 | 0 | 0.09 | 0.06 | 109.09 | 0.41 | 0.89 |
| Hex | DD | EF | D9 | 8 | 0 | 9 | 6 | 6D | 29 | 59 |
| Octal | 335 | 357 | 331 | 10 | 0 | 11 | 6 | 155 | 51 | 131 |
| Binary | 11011101 | 11101111 | 11011001 | 1000 | 0 | 1001 | 110 | 1101101 | 101001 | 1011001 |
Color Harmonies of #DDEFD9
Complementary color
Monochromatic Colors of #DDEFD9
Black with #DDEFD9
Text Example
Text Example
White with #DDEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD9; }
p { color: rgb(221,239,217); }
H1.HeaderClassName
{
color: #DDEFD9;
}
.AnyTagClassName
{
color: #DDEFD9;
}
</style>
background-color css
<style>
a { background-color: #DDEFD9; }
a { background-color: rgb(221,239,217); }
div.DivClassName
{
background-color: #DDEFD9;
}
.BgClassName
{
background-color: #DDEFD9;
}
</style>
border-color css
<style>
span { border-color: #DDEFD9; }
span { border-color: rgb(221,239,217); }
td.TdClassName
{
border-color: #DDEFD9;
}
.TagClassName
{
border-color: #DDEFD9;
}
</style>