Shades of Off Green #D9F7DF
Tints of Off Green #D9F7DF
RGB
CMYK
RGB Variations
Color information
#D9F7DF (or 0xD9F7DF) is known color: Off Green. HEX triplet: D9, F7 and DF. RGB value is (217,247,223). Sum of RGB (Red+Green+Blue) = 217+247+223=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F7DF is #260820. Grayscale: #EBEBEB. Windows color (decimal): -2492449 or 14677977. OLE color: 14677977.
HSL color Cylindrical-coordinate representation of color #D9F7DF: hue angle of 132º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F7DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 223 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.03 |
| HSL | 132º | 0.65% | 0.91% | - |
| HSV(B) | 132º | 0.12% | 0.97% | - |
| XYZ | 75.2 | 86.6 | 82.56 | - |
| YUV | 235.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 223 | 0.12 | 0 | 0.10 | 0.03 | 132 | 0.65 | 0.91 |
| Hex | D9 | F7 | DF | C | 0 | A | 3 | 84 | 41 | 5B |
| Octal | 331 | 367 | 337 | 14 | 0 | 12 | 3 | 204 | 101 | 133 |
| Binary | 11011001 | 11110111 | 11011111 | 1100 | 0 | 1010 | 11 | 10000100 | 1000001 | 1011011 |
Color Harmonies of #D9F7DF
Complementary color
Monochromatic Colors of #D9F7DF
Black with #D9F7DF
Text Example
Text Example
White with #D9F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F7DF; }
p { color: rgb(217,247,223); }
H1.HeaderClassName
{
color: #D9F7DF;
}
.AnyTagClassName
{
color: #D9F7DF;
}
</style>
background-color css
<style>
a { background-color: #D9F7DF; }
a { background-color: rgb(217,247,223); }
div.DivClassName
{
background-color: #D9F7DF;
}
.BgClassName
{
background-color: #D9F7DF;
}
</style>
border-color css
<style>
span { border-color: #D9F7DF; }
span { border-color: rgb(217,247,223); }
td.TdClassName
{
border-color: #D9F7DF;
}
.TagClassName
{
border-color: #D9F7DF;
}
</style>