Shades of Apple Green #DDEEDA
Tints of Apple Green #DDEEDA
RGB
CMYK
RGB Variations
Color information
#DDEEDA (or 0xDDEEDA) is known color: Apple Green. HEX triplet: DD, EE and DA. RGB value is (221,238,218). Sum of RGB (Red+Green+Blue) = 221+238+218=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEDA is #221125. Grayscale: #E6E6E6. Windows color (decimal): -2232614 or 14347997. OLE color: 14347997.
HSL color Cylindrical-coordinate representation of color #DDEEDA: hue angle of 111º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEEDA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 218 | - |
CMYK | 0.07 | 0 | 0.08 | 0.07 |
HSL | 111º | 0.37% | 0.89% | - |
HSV(B) | 111º | 0.08% | 0.93% | - |
XYZ | 73.05 | 81.58 | 78.23 | - |
YUV | 230.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 218 | 0.07 | 0 | 0.08 | 0.07 | 111 | 0.37 | 0.89 |
Hex | DD | EE | DA | 7 | 0 | 8 | 7 | 6F | 25 | 59 |
Octal | 335 | 356 | 332 | 7 | 0 | 10 | 7 | 157 | 45 | 131 |
Binary | 11011101 | 11101110 | 11011010 | 111 | 0 | 1000 | 111 | 1101111 | 100101 | 1011001 |
Color Harmonies of #DDEEDA
Complementary color
Monochromatic Colors of #DDEEDA
Black with #DDEEDA
Text Example
Text Example
White with #DDEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEDA; }
p { color: rgb(221,238,218); }
H1.HeaderClassName
{
color: #DDEEDA;
}
.AnyTagClassName
{
color: #DDEEDA;
}
</style>
background-color css
<style>
a { background-color: #DDEEDA; }
a { background-color: rgb(221,238,218); }
div.DivClassName
{
background-color: #DDEEDA;
}
.BgClassName
{
background-color: #DDEEDA;
}
</style>
border-color css
<style>
span { border-color: #DDEEDA; }
span { border-color: rgb(221,238,218); }
td.TdClassName
{
border-color: #DDEEDA;
}
.TagClassName
{
border-color: #DDEEDA;
}
</style>