Shades of Apple Green #D2DFD1
Tints of Apple Green #D2DFD1
RGB
CMYK
RGB Variations
Color information
#D2DFD1 (or 0xD2DFD1) is known color: Apple Green. HEX triplet: D2, DF and D1. RGB value is (210,223,209). Sum of RGB (Red+Green+Blue) = 210+223+209=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFD1 is #2D202E. Grayscale: #D9D9D9. Windows color (decimal): -2957359 or 13754322. OLE color: 13754322.
HSL color Cylindrical-coordinate representation of color #D2DFD1: hue angle of 115.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DFD1 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 209 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.13 |
| HSL | 115.71º | 0.18% | 0.85% | - |
| HSV(B) | 115.71º | 0.06% | 0.87% | - |
| XYZ | 64.47 | 71.08 | 70.64 | - |
| YUV | 217.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 209 | 0.06 | 0 | 0.06 | 0.13 | 115.71 | 0.18 | 0.85 |
| Hex | D2 | DF | D1 | 6 | 0 | 6 | D | 74 | 12 | 55 |
| Octal | 322 | 337 | 321 | 6 | 0 | 6 | 15 | 164 | 22 | 125 |
| Binary | 11010010 | 11011111 | 11010001 | 110 | 0 | 110 | 1101 | 1110100 | 10010 | 1010101 |
Color Harmonies of #D2DFD1
Complementary color
Monochromatic Colors of #D2DFD1
Black with #D2DFD1
Text Example
Text Example
White with #D2DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFD1; }
p { color: rgb(210,223,209); }
H1.HeaderClassName
{
color: #D2DFD1;
}
.AnyTagClassName
{
color: #D2DFD1;
}
</style>
background-color css
<style>
a { background-color: #D2DFD1; }
a { background-color: rgb(210,223,209); }
div.DivClassName
{
background-color: #D2DFD1;
}
.BgClassName
{
background-color: #D2DFD1;
}
</style>
border-color css
<style>
span { border-color: #D2DFD1; }
span { border-color: rgb(210,223,209); }
td.TdClassName
{
border-color: #D2DFD1;
}
.TagClassName
{
border-color: #D2DFD1;
}
</style>