Shades of Off Green #D0F7D8
Tints of Off Green #D0F7D8
RGB
CMYK
RGB Variations
Color information
#D0F7D8 (or 0xD0F7D8) is known color: Off Green. HEX triplet: D0, F7 and D8. RGB value is (208,247,216). Sum of RGB (Red+Green+Blue) = 208+247+216=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D8 is #2F0827. Grayscale: #E7E7E7. Windows color (decimal): -3082280 or 14219216. OLE color: 14219216.
HSL color Cylindrical-coordinate representation of color #D0F7D8: hue angle of 132.31º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7D8 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 216 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.03 |
| HSL | 132.31º | 0.71% | 0.89% | - |
| HSV(B) | 132.31º | 0.16% | 0.97% | - |
| XYZ | 71.67 | 84.89 | 77.57 | - |
| YUV | 231.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 216 | 0.16 | 0 | 0.13 | 0.03 | 132.31 | 0.71 | 0.89 |
| Hex | D0 | F7 | D8 | 10 | 0 | D | 3 | 84 | 47 | 59 |
| Octal | 320 | 367 | 330 | 20 | 0 | 15 | 3 | 204 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11011000 | 10000 | 0 | 1101 | 11 | 10000100 | 1000111 | 1011001 |
Color Harmonies of #D0F7D8
Complementary color
Monochromatic Colors of #D0F7D8
Black with #D0F7D8
Text Example
Text Example
White with #D0F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7D8; }
p { color: rgb(208,247,216); }
H1.HeaderClassName
{
color: #D0F7D8;
}
.AnyTagClassName
{
color: #D0F7D8;
}
</style>
background-color css
<style>
a { background-color: #D0F7D8; }
a { background-color: rgb(208,247,216); }
div.DivClassName
{
background-color: #D0F7D8;
}
.BgClassName
{
background-color: #D0F7D8;
}
</style>
border-color css
<style>
span { border-color: #D0F7D8; }
span { border-color: rgb(208,247,216); }
td.TdClassName
{
border-color: #D0F7D8;
}
.TagClassName
{
border-color: #D0F7D8;
}
</style>