Shades of Apple Green #DDF2D9
Tints of Apple Green #DDF2D9
RGB
CMYK
RGB Variations
Color information
#DDF2D9 (or 0xDDF2D9) is known color: Apple Green. HEX triplet: DD, F2 and D9. RGB value is (221,242,217). Sum of RGB (Red+Green+Blue) = 221+242+217=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D9 is #220D26. Grayscale: #E8E8E8. Windows color (decimal): -2231591 or 14283485. OLE color: 14283485.
HSL color Cylindrical-coordinate representation of color #DDF2D9: hue angle of 110.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2D9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 217 | - |
CMYK | 0.09 | 0 | 0.10 | 0.05 |
HSL | 110.4º | 0.49% | 0.9% | - |
HSV(B) | 110.4º | 0.1% | 0.95% | - |
XYZ | 74.1 | 83.89 | 77.93 | - |
YUV | 232.87 | 119.04 | 119.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 217 | 0.09 | 0 | 0.10 | 0.05 | 110.4 | 0.49 | 0.9 |
Hex | DD | F2 | D9 | 9 | 0 | A | 5 | 6E | 31 | 5A |
Octal | 335 | 362 | 331 | 11 | 0 | 12 | 5 | 156 | 61 | 132 |
Binary | 11011101 | 11110010 | 11011001 | 1001 | 0 | 1010 | 101 | 1101110 | 110001 | 1011010 |
Color Harmonies of #DDF2D9
Complementary color
Monochromatic Colors of #DDF2D9
Black with #DDF2D9
Text Example
Text Example
White with #DDF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D9; }
p { color: rgb(221,242,217); }
H1.HeaderClassName
{
color: #DDF2D9;
}
.AnyTagClassName
{
color: #DDF2D9;
}
</style>
background-color css
<style>
a { background-color: #DDF2D9; }
a { background-color: rgb(221,242,217); }
div.DivClassName
{
background-color: #DDF2D9;
}
.BgClassName
{
background-color: #DDF2D9;
}
</style>
border-color css
<style>
span { border-color: #DDF2D9; }
span { border-color: rgb(221,242,217); }
td.TdClassName
{
border-color: #DDF2D9;
}
.TagClassName
{
border-color: #DDF2D9;
}
</style>