Shades of Off Green #D2FAD9
Tints of Off Green #D2FAD9
RGB
CMYK
RGB Variations
Color information
#D2FAD9 (or 0xD2FAD9) is known color: Off Green. HEX triplet: D2, FA and D9. RGB value is (210,250,217). Sum of RGB (Red+Green+Blue) = 210+250+217=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAD9 is #2D0526. Grayscale: #EAEAEA. Windows color (decimal): -2950439 or 14285522. OLE color: 14285522.
HSL color Cylindrical-coordinate representation of color #D2FAD9: hue angle of 130.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAD9 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 217 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.02 |
| HSL | 130.5º | 0.8% | 0.9% | - |
| HSV(B) | 130.5º | 0.16% | 0.98% | - |
| XYZ | 73.29 | 87.08 | 78.59 | - |
| YUV | 234.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 217 | 0.16 | 0 | 0.13 | 0.02 | 130.5 | 0.8 | 0.9 |
| Hex | D2 | FA | D9 | 10 | 0 | D | 2 | 82 | 50 | 5A |
| Octal | 322 | 372 | 331 | 20 | 0 | 15 | 2 | 202 | 120 | 132 |
| Binary | 11010010 | 11111010 | 11011001 | 10000 | 0 | 1101 | 10 | 10000010 | 1010000 | 1011010 |
Color Harmonies of #D2FAD9
Complementary color
Monochromatic Colors of #D2FAD9
Black with #D2FAD9
Text Example
Text Example
White with #D2FAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FAD9; }
p { color: rgb(210,250,217); }
H1.HeaderClassName
{
color: #D2FAD9;
}
.AnyTagClassName
{
color: #D2FAD9;
}
</style>
background-color css
<style>
a { background-color: #D2FAD9; }
a { background-color: rgb(210,250,217); }
div.DivClassName
{
background-color: #D2FAD9;
}
.BgClassName
{
background-color: #D2FAD9;
}
</style>
border-color css
<style>
span { border-color: #D2FAD9; }
span { border-color: rgb(210,250,217); }
td.TdClassName
{
border-color: #D2FAD9;
}
.TagClassName
{
border-color: #D2FAD9;
}
</style>