Shades of Apple Green #D5DED4
Tints of Apple Green #D5DED4
RGB
CMYK
RGB Variations
Color information
#D5DED4 (or 0xD5DED4) is known color: Apple Green. HEX triplet: D5, DE and D4. RGB value is (213,222,212). Sum of RGB (Red+Green+Blue) = 213+222+212=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DED4 is #2A212B. Grayscale: #DADADA. Windows color (decimal): -2761004 or 13950677. OLE color: 13950677.
HSL color Cylindrical-coordinate representation of color #D5DED4: hue angle of 114º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DED4 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 212 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.13 |
| HSL | 114º | 0.13% | 0.85% | - |
| HSV(B) | 114º | 0.05% | 0.87% | - |
| XYZ | 65.45 | 71.14 | 72.57 | - |
| YUV | 218.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 212 | 0.04 | 0 | 0.05 | 0.13 | 114 | 0.13 | 0.85 |
| Hex | D5 | DE | D4 | 4 | 0 | 5 | D | 72 | D | 55 |
| Octal | 325 | 336 | 324 | 4 | 0 | 5 | 15 | 162 | 15 | 125 |
| Binary | 11010101 | 11011110 | 11010100 | 100 | 0 | 101 | 1101 | 1110010 | 1101 | 1010101 |
Color Harmonies of #D5DED4
Complementary color
Monochromatic Colors of #D5DED4
Black with #D5DED4
Text Example
Text Example
White with #D5DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DED4; }
p { color: rgb(213,222,212); }
H1.HeaderClassName
{
color: #D5DED4;
}
.AnyTagClassName
{
color: #D5DED4;
}
</style>
background-color css
<style>
a { background-color: #D5DED4; }
a { background-color: rgb(213,222,212); }
div.DivClassName
{
background-color: #D5DED4;
}
.BgClassName
{
background-color: #D5DED4;
}
</style>
border-color css
<style>
span { border-color: #D5DED4; }
span { border-color: rgb(213,222,212); }
td.TdClassName
{
border-color: #D5DED4;
}
.TagClassName
{
border-color: #D5DED4;
}
</style>