Shades of Apple Green #DDF1D9
Tints of Apple Green #DDF1D9
RGB
CMYK
RGB Variations
Color information
#DDF1D9 (or 0xDDF1D9) is known color: Apple Green. HEX triplet: DD, F1 and D9. RGB value is (221,241,217). Sum of RGB (Red+Green+Blue) = 221+241+217=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D9 is #220E26. Grayscale: #E8E8E8. Windows color (decimal): -2231847 or 14283229. OLE color: 14283229.
HSL color Cylindrical-coordinate representation of color #DDF1D9: hue angle of 110º degrees, saturation: 0.46, 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 #DDF1D9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 217 | - |
CMYK | 0.08 | 0 | 0.10 | 0.05 |
HSL | 110º | 0.46% | 0.9% | - |
HSV(B) | 110º | 0.1% | 0.95% | - |
XYZ | 73.8 | 83.29 | 77.83 | - |
YUV | 232.28 | 119.37 | 119.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 217 | 0.08 | 0 | 0.10 | 0.05 | 110 | 0.46 | 0.9 |
Hex | DD | F1 | D9 | 8 | 0 | A | 5 | 6E | 2E | 5A |
Octal | 335 | 361 | 331 | 10 | 0 | 12 | 5 | 156 | 56 | 132 |
Binary | 11011101 | 11110001 | 11011001 | 1000 | 0 | 1010 | 101 | 1101110 | 101110 | 1011010 |
Color Harmonies of #DDF1D9
Complementary color
Monochromatic Colors of #DDF1D9
Black with #DDF1D9
Text Example
Text Example
White with #DDF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1D9; }
p { color: rgb(221,241,217); }
H1.HeaderClassName
{
color: #DDF1D9;
}
.AnyTagClassName
{
color: #DDF1D9;
}
</style>
background-color css
<style>
a { background-color: #DDF1D9; }
a { background-color: rgb(221,241,217); }
div.DivClassName
{
background-color: #DDF1D9;
}
.BgClassName
{
background-color: #DDF1D9;
}
</style>
border-color css
<style>
span { border-color: #DDF1D9; }
span { border-color: rgb(221,241,217); }
td.TdClassName
{
border-color: #DDF1D9;
}
.TagClassName
{
border-color: #DDF1D9;
}
</style>