Shades of Off Green #D6F5D9
Tints of Off Green #D6F5D9
RGB
CMYK
RGB Variations
Color information
#D6F5D9 (or 0xD6F5D9) is known color: Off Green. HEX triplet: D6, F5 and D9. RGB value is (214,245,217). Sum of RGB (Red+Green+Blue) = 214+245+217=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5D9 is #290A26. Grayscale: #E8E8E8. Windows color (decimal): -2689575 or 14284246. OLE color: 14284246.
HSL color Cylindrical-coordinate representation of color #D6F5D9: hue angle of 125.81º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F5D9 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 217 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.04 |
| HSL | 125.81º | 0.61% | 0.9% | - |
| HSV(B) | 125.81º | 0.13% | 0.96% | - |
| XYZ | 72.91 | 84.61 | 78.13 | - |
| YUV | 232.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 217 | 0.13 | 0 | 0.11 | 0.04 | 125.81 | 0.61 | 0.9 |
| Hex | D6 | F5 | D9 | D | 0 | B | 4 | 7E | 3D | 5A |
| Octal | 326 | 365 | 331 | 15 | 0 | 13 | 4 | 176 | 75 | 132 |
| Binary | 11010110 | 11110101 | 11011001 | 1101 | 0 | 1011 | 100 | 1111110 | 111101 | 1011010 |
Color Harmonies of #D6F5D9
Complementary color
Monochromatic Colors of #D6F5D9
Black with #D6F5D9
Text Example
Text Example
White with #D6F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F5D9; }
p { color: rgb(214,245,217); }
H1.HeaderClassName
{
color: #D6F5D9;
}
.AnyTagClassName
{
color: #D6F5D9;
}
</style>
background-color css
<style>
a { background-color: #D6F5D9; }
a { background-color: rgb(214,245,217); }
div.DivClassName
{
background-color: #D6F5D9;
}
.BgClassName
{
background-color: #D6F5D9;
}
</style>
border-color css
<style>
span { border-color: #D6F5D9; }
span { border-color: rgb(214,245,217); }
td.TdClassName
{
border-color: #D6F5D9;
}
.TagClassName
{
border-color: #D6F5D9;
}
</style>