Shades of Off Green #D0F7D6
Tints of Off Green #D0F7D6
RGB
CMYK
RGB Variations
Color information
#D0F7D6 (or 0xD0F7D6) is known color: Off Green. HEX triplet: D0, F7 and D6. RGB value is (208,247,214). Sum of RGB (Red+Green+Blue) = 208+247+214=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D6 is #2F0829. Grayscale: #E7E7E7. Windows color (decimal): -3082282 or 14088144. OLE color: 14088144.
HSL color Cylindrical-coordinate representation of color #D0F7D6: hue angle of 129.23º 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 #D0F7D6 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 214 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.03 |
| HSL | 129.23º | 0.71% | 0.89% | - |
| HSV(B) | 129.23º | 0.16% | 0.97% | - |
| XYZ | 71.41 | 84.79 | 76.22 | - |
| YUV | 231.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 214 | 0.16 | 0 | 0.13 | 0.03 | 129.23 | 0.71 | 0.89 |
| Hex | D0 | F7 | D6 | 10 | 0 | D | 3 | 81 | 47 | 59 |
| Octal | 320 | 367 | 326 | 20 | 0 | 15 | 3 | 201 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11010110 | 10000 | 0 | 1101 | 11 | 10000001 | 1000111 | 1011001 |
Color Harmonies of #D0F7D6
Complementary color
Monochromatic Colors of #D0F7D6
Black with #D0F7D6
Text Example
Text Example
White with #D0F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7D6; }
p { color: rgb(208,247,214); }
H1.HeaderClassName
{
color: #D0F7D6;
}
.AnyTagClassName
{
color: #D0F7D6;
}
</style>
background-color css
<style>
a { background-color: #D0F7D6; }
a { background-color: rgb(208,247,214); }
div.DivClassName
{
background-color: #D0F7D6;
}
.BgClassName
{
background-color: #D0F7D6;
}
</style>
border-color css
<style>
span { border-color: #D0F7D6; }
span { border-color: rgb(208,247,214); }
td.TdClassName
{
border-color: #D0F7D6;
}
.TagClassName
{
border-color: #D0F7D6;
}
</style>