Shades of Off Green #D0FCD7
Tints of Off Green #D0FCD7
RGB
CMYK
RGB Variations
Color information
#D0FCD7 (or 0xD0FCD7) is known color: Off Green. HEX triplet: D0, FC and D7. RGB value is (208,252,215). Sum of RGB (Red+Green+Blue) = 208+252+215=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCD7 is #2F0328. Grayscale: #EAEAEA. Windows color (decimal): -3081001 or 14154960. OLE color: 14154960.
HSL color Cylindrical-coordinate representation of color #D0FCD7: hue angle of 129.55º 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 #D0FCD7 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 215 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.01 |
| HSL | 129.55º | 0.88% | 0.9% | - |
| HSV(B) | 129.55º | 0.17% | 0.99% | - |
| XYZ | 73.09 | 87.94 | 77.41 | - |
| YUV | 234.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 215 | 0.17 | 0 | 0.15 | 0.01 | 129.55 | 0.88 | 0.9 |
| Hex | D0 | FC | D7 | 11 | 0 | F | 1 | 82 | 58 | 5A |
| Octal | 320 | 374 | 327 | 21 | 0 | 17 | 1 | 202 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11010111 | 10001 | 0 | 1111 | 1 | 10000010 | 1011000 | 1011010 |
Color Harmonies of #D0FCD7
Complementary color
Monochromatic Colors of #D0FCD7
Black with #D0FCD7
Text Example
Text Example
White with #D0FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCD7; }
p { color: rgb(208,252,215); }
H1.HeaderClassName
{
color: #D0FCD7;
}
.AnyTagClassName
{
color: #D0FCD7;
}
</style>
background-color css
<style>
a { background-color: #D0FCD7; }
a { background-color: rgb(208,252,215); }
div.DivClassName
{
background-color: #D0FCD7;
}
.BgClassName
{
background-color: #D0FCD7;
}
</style>
border-color css
<style>
span { border-color: #D0FCD7; }
span { border-color: rgb(208,252,215); }
td.TdClassName
{
border-color: #D0FCD7;
}
.TagClassName
{
border-color: #D0FCD7;
}
</style>