Shades of Apple Green #DDF0D9
Tints of Apple Green #DDF0D9
RGB
CMYK
RGB Variations
Color information
#DDF0D9 (or 0xDDF0D9) is known color: Apple Green. HEX triplet: DD, F0 and D9. RGB value is (221,240,217). Sum of RGB (Red+Green+Blue) = 221+240+217=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D9 is #220F26. Grayscale: #E7E7E7. Windows color (decimal): -2232103 or 14282973. OLE color: 14282973.
HSL color Cylindrical-coordinate representation of color #DDF0D9: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF0D9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 217 | - |
CMYK | 0.08 | 0 | 0.10 | 0.06 |
HSL | 109.57º | 0.43% | 0.9% | - |
HSV(B) | 109.57º | 0.1% | 0.94% | - |
XYZ | 73.5 | 82.7 | 77.73 | - |
YUV | 231.7 | 119.71 | 120.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 217 | 0.08 | 0 | 0.10 | 0.06 | 109.57 | 0.43 | 0.9 |
Hex | DD | F0 | D9 | 8 | 0 | A | 6 | 6E | 2B | 5A |
Octal | 335 | 360 | 331 | 10 | 0 | 12 | 6 | 156 | 53 | 132 |
Binary | 11011101 | 11110000 | 11011001 | 1000 | 0 | 1010 | 110 | 1101110 | 101011 | 1011010 |
Color Harmonies of #DDF0D9
Complementary color
Monochromatic Colors of #DDF0D9
Black with #DDF0D9
Text Example
Text Example
White with #DDF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0D9; }
p { color: rgb(221,240,217); }
H1.HeaderClassName
{
color: #DDF0D9;
}
.AnyTagClassName
{
color: #DDF0D9;
}
</style>
background-color css
<style>
a { background-color: #DDF0D9; }
a { background-color: rgb(221,240,217); }
div.DivClassName
{
background-color: #DDF0D9;
}
.BgClassName
{
background-color: #DDF0D9;
}
</style>
border-color css
<style>
span { border-color: #DDF0D9; }
span { border-color: rgb(221,240,217); }
td.TdClassName
{
border-color: #DDF0D9;
}
.TagClassName
{
border-color: #DDF0D9;
}
</style>