Shades of Off Green #D6F0DB
Tints of Off Green #D6F0DB
RGB
CMYK
RGB Variations
Color information
#D6F0DB (or 0xD6F0DB) is known color: Off Green. HEX triplet: D6, F0 and DB. RGB value is (214,240,219). Sum of RGB (Red+Green+Blue) = 214+240+219=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0DB is #290F24. Grayscale: #E5E5E5. Windows color (decimal): -2690853 or 14414038. OLE color: 14414038.
HSL color Cylindrical-coordinate representation of color #D6F0DB: hue angle of 131.54º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0DB is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 219 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.06 |
| HSL | 131.54º | 0.46% | 0.89% | - |
| HSV(B) | 131.54º | 0.11% | 0.94% | - |
| XYZ | 71.68 | 81.73 | 79.02 | - |
| YUV | 229.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 219 | 0.11 | 0 | 0.09 | 0.06 | 131.54 | 0.46 | 0.89 |
| Hex | D6 | F0 | DB | B | 0 | 9 | 6 | 84 | 2E | 59 |
| Octal | 326 | 360 | 333 | 13 | 0 | 11 | 6 | 204 | 56 | 131 |
| Binary | 11010110 | 11110000 | 11011011 | 1011 | 0 | 1001 | 110 | 10000100 | 101110 | 1011001 |
Color Harmonies of #D6F0DB
Complementary color
Monochromatic Colors of #D6F0DB
Black with #D6F0DB
Text Example
Text Example
White with #D6F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0DB; }
p { color: rgb(214,240,219); }
H1.HeaderClassName
{
color: #D6F0DB;
}
.AnyTagClassName
{
color: #D6F0DB;
}
</style>
background-color css
<style>
a { background-color: #D6F0DB; }
a { background-color: rgb(214,240,219); }
div.DivClassName
{
background-color: #D6F0DB;
}
.BgClassName
{
background-color: #D6F0DB;
}
</style>
border-color css
<style>
span { border-color: #D6F0DB; }
span { border-color: rgb(214,240,219); }
td.TdClassName
{
border-color: #D6F0DB;
}
.TagClassName
{
border-color: #D6F0DB;
}
</style>