Shades of Off Green #D0FCD9
Tints of Off Green #D0FCD9
RGB
CMYK
RGB Variations
Color information
#D0FCD9 (or 0xD0FCD9) is known color: Off Green. HEX triplet: D0, FC and D9. RGB value is (208,252,217). Sum of RGB (Red+Green+Blue) = 208+252+217=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCD9 is #2F0326. Grayscale: #EAEAEA. Windows color (decimal): -3080999 or 14286032. OLE color: 14286032.
HSL color Cylindrical-coordinate representation of color #D0FCD9: hue angle of 132.27º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCD9 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 217 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.01 |
| HSL | 132.27º | 0.88% | 0.9% | - |
| HSV(B) | 132.27º | 0.17% | 0.99% | - |
| XYZ | 73.35 | 88.04 | 78.77 | - |
| YUV | 234.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 217 | 0.17 | 0 | 0.14 | 0.01 | 132.27 | 0.88 | 0.9 |
| Hex | D0 | FC | D9 | 11 | 0 | E | 1 | 84 | 58 | 5A |
| Octal | 320 | 374 | 331 | 21 | 0 | 16 | 1 | 204 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11011001 | 10001 | 0 | 1110 | 1 | 10000100 | 1011000 | 1011010 |
Color Harmonies of #D0FCD9
Complementary color
Monochromatic Colors of #D0FCD9
Black with #D0FCD9
Text Example
Text Example
White with #D0FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCD9; }
p { color: rgb(208,252,217); }
H1.HeaderClassName
{
color: #D0FCD9;
}
.AnyTagClassName
{
color: #D0FCD9;
}
</style>
background-color css
<style>
a { background-color: #D0FCD9; }
a { background-color: rgb(208,252,217); }
div.DivClassName
{
background-color: #D0FCD9;
}
.BgClassName
{
background-color: #D0FCD9;
}
</style>
border-color css
<style>
span { border-color: #D0FCD9; }
span { border-color: rgb(208,252,217); }
td.TdClassName
{
border-color: #D0FCD9;
}
.TagClassName
{
border-color: #D0FCD9;
}
</style>