Shades of Off Green #D0FDD9
Tints of Off Green #D0FDD9
RGB
CMYK
RGB Variations
Color information
#D0FDD9 (or 0xD0FDD9) is known color: Off Green. HEX triplet: D0, FD and D9. RGB value is (208,253,217). Sum of RGB (Red+Green+Blue) = 208+253+217=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDD9 is #2F0226. Grayscale: #EBEBEB. Windows color (decimal): -3080743 or 14286288. OLE color: 14286288.
HSL color Cylindrical-coordinate representation of color #D0FDD9: hue angle of 132º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDD9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 217 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.01 |
| HSL | 132º | 0.92% | 0.9% | - |
| HSV(B) | 132º | 0.18% | 0.99% | - |
| XYZ | 73.66 | 88.67 | 78.88 | - |
| YUV | 235.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 217 | 0.18 | 0 | 0.14 | 0.01 | 132 | 0.92 | 0.9 |
| Hex | D0 | FD | D9 | 12 | 0 | E | 1 | 84 | 5C | 5A |
| Octal | 320 | 375 | 331 | 22 | 0 | 16 | 1 | 204 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11011001 | 10010 | 0 | 1110 | 1 | 10000100 | 1011100 | 1011010 |
Color Harmonies of #D0FDD9
Complementary color
Monochromatic Colors of #D0FDD9
Black with #D0FDD9
Text Example
Text Example
White with #D0FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDD9; }
p { color: rgb(208,253,217); }
H1.HeaderClassName
{
color: #D0FDD9;
}
.AnyTagClassName
{
color: #D0FDD9;
}
</style>
background-color css
<style>
a { background-color: #D0FDD9; }
a { background-color: rgb(208,253,217); }
div.DivClassName
{
background-color: #D0FDD9;
}
.BgClassName
{
background-color: #D0FDD9;
}
</style>
border-color css
<style>
span { border-color: #D0FDD9; }
span { border-color: rgb(208,253,217); }
td.TdClassName
{
border-color: #D0FDD9;
}
.TagClassName
{
border-color: #D0FDD9;
}
</style>