Shades of Off Green #D0F8D8
Tints of Off Green #D0F8D8
RGB
CMYK
RGB Variations
Color information
#D0F8D8 (or 0xD0F8D8) is known color: Off Green. HEX triplet: D0, F8 and D8. RGB value is (208,248,216). Sum of RGB (Red+Green+Blue) = 208+248+216=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8D8 is #2F0727. Grayscale: #E8E8E8. Windows color (decimal): -3082024 or 14219472. OLE color: 14219472.
HSL color Cylindrical-coordinate representation of color #D0F8D8: hue angle of 132º degrees, saturation: 0.74, 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 #D0F8D8 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 216 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.03 |
| HSL | 132º | 0.74% | 0.89% | - |
| HSV(B) | 132º | 0.16% | 0.97% | - |
| XYZ | 71.97 | 85.5 | 77.68 | - |
| YUV | 232.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 216 | 0.16 | 0 | 0.13 | 0.03 | 132 | 0.74 | 0.89 |
| Hex | D0 | F8 | D8 | 10 | 0 | D | 3 | 84 | 4A | 59 |
| Octal | 320 | 370 | 330 | 20 | 0 | 15 | 3 | 204 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11011000 | 10000 | 0 | 1101 | 11 | 10000100 | 1001010 | 1011001 |
Color Harmonies of #D0F8D8
Complementary color
Monochromatic Colors of #D0F8D8
Black with #D0F8D8
Text Example
Text Example
White with #D0F8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8D8; }
p { color: rgb(208,248,216); }
H1.HeaderClassName
{
color: #D0F8D8;
}
.AnyTagClassName
{
color: #D0F8D8;
}
</style>
background-color css
<style>
a { background-color: #D0F8D8; }
a { background-color: rgb(208,248,216); }
div.DivClassName
{
background-color: #D0F8D8;
}
.BgClassName
{
background-color: #D0F8D8;
}
</style>
border-color css
<style>
span { border-color: #D0F8D8; }
span { border-color: rgb(208,248,216); }
td.TdClassName
{
border-color: #D0F8D8;
}
.TagClassName
{
border-color: #D0F8D8;
}
</style>