Shades of Off Green #D2FCD9
Tints of Off Green #D2FCD9
RGB
CMYK
RGB Variations
Color information
#D2FCD9 (or 0xD2FCD9) is known color: Off Green. HEX triplet: D2, FC and D9. RGB value is (210,252,217). Sum of RGB (Red+Green+Blue) = 210+252+217=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCD9 is #2D0326. Grayscale: #EBEBEB. Windows color (decimal): -2949927 or 14286034. OLE color: 14286034.
HSL color Cylindrical-coordinate representation of color #D2FCD9: hue angle of 130º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCD9 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 217 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.01 |
| HSL | 130º | 0.88% | 0.91% | - |
| HSV(B) | 130º | 0.17% | 0.99% | - |
| XYZ | 73.91 | 88.33 | 78.8 | - |
| YUV | 235.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 217 | 0.17 | 0 | 0.14 | 0.01 | 130 | 0.88 | 0.91 |
| Hex | D2 | FC | D9 | 11 | 0 | E | 1 | 82 | 58 | 5B |
| Octal | 322 | 374 | 331 | 21 | 0 | 16 | 1 | 202 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11011001 | 10001 | 0 | 1110 | 1 | 10000010 | 1011000 | 1011011 |
Color Harmonies of #D2FCD9
Complementary color
Monochromatic Colors of #D2FCD9
Black with #D2FCD9
Text Example
Text Example
White with #D2FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCD9; }
p { color: rgb(210,252,217); }
H1.HeaderClassName
{
color: #D2FCD9;
}
.AnyTagClassName
{
color: #D2FCD9;
}
</style>
background-color css
<style>
a { background-color: #D2FCD9; }
a { background-color: rgb(210,252,217); }
div.DivClassName
{
background-color: #D2FCD9;
}
.BgClassName
{
background-color: #D2FCD9;
}
</style>
border-color css
<style>
span { border-color: #D2FCD9; }
span { border-color: rgb(210,252,217); }
td.TdClassName
{
border-color: #D2FCD9;
}
.TagClassName
{
border-color: #D2FCD9;
}
</style>