Shades of Off Green #D0F6D8
Tints of Off Green #D0F6D8
RGB
CMYK
RGB Variations
Color information
#D0F6D8 (or 0xD0F6D8) is known color: Off Green. HEX triplet: D0, F6 and D8. RGB value is (208,246,216). Sum of RGB (Red+Green+Blue) = 208+246+216=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6D8 is #2F0927. Grayscale: #E7E7E7. Windows color (decimal): -3082536 or 14218960. OLE color: 14218960.
HSL color Cylindrical-coordinate representation of color #D0F6D8: hue angle of 132.63º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F6D8 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 216 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.04 |
| HSL | 132.63º | 0.68% | 0.89% | - |
| HSV(B) | 132.63º | 0.15% | 0.96% | - |
| XYZ | 71.36 | 84.28 | 77.47 | - |
| YUV | 231.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 216 | 0.15 | 0 | 0.12 | 0.04 | 132.63 | 0.68 | 0.89 |
| Hex | D0 | F6 | D8 | F | 0 | C | 4 | 85 | 44 | 59 |
| Octal | 320 | 366 | 330 | 17 | 0 | 14 | 4 | 205 | 104 | 131 |
| Binary | 11010000 | 11110110 | 11011000 | 1111 | 0 | 1100 | 100 | 10000101 | 1000100 | 1011001 |
Color Harmonies of #D0F6D8
Complementary color
Monochromatic Colors of #D0F6D8
Black with #D0F6D8
Text Example
Text Example
White with #D0F6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F6D8; }
p { color: rgb(208,246,216); }
H1.HeaderClassName
{
color: #D0F6D8;
}
.AnyTagClassName
{
color: #D0F6D8;
}
</style>
background-color css
<style>
a { background-color: #D0F6D8; }
a { background-color: rgb(208,246,216); }
div.DivClassName
{
background-color: #D0F6D8;
}
.BgClassName
{
background-color: #D0F6D8;
}
</style>
border-color css
<style>
span { border-color: #D0F6D8; }
span { border-color: rgb(208,246,216); }
td.TdClassName
{
border-color: #D0F6D8;
}
.TagClassName
{
border-color: #D0F6D8;
}
</style>