Shades of Off Green #D6F6DB
Tints of Off Green #D6F6DB
RGB
CMYK
RGB Variations
Color information
#D6F6DB (or 0xD6F6DB) is known color: Off Green. HEX triplet: D6, F6 and DB. RGB value is (214,246,219). Sum of RGB (Red+Green+Blue) = 214+246+219=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F6DB is #290924. Grayscale: #E9E9E9. Windows color (decimal): -2689317 or 14415574. OLE color: 14415574.
HSL color Cylindrical-coordinate representation of color #D6F6DB: hue angle of 129.38º degrees, saturation: 0.64, 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 #D6F6DB is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 219 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.04 |
| HSL | 129.38º | 0.64% | 0.9% | - |
| HSV(B) | 129.38º | 0.13% | 0.96% | - |
| XYZ | 73.47 | 85.32 | 79.61 | - |
| YUV | 233.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 219 | 0.13 | 0 | 0.11 | 0.04 | 129.38 | 0.64 | 0.9 |
| Hex | D6 | F6 | DB | D | 0 | B | 4 | 81 | 40 | 5A |
| Octal | 326 | 366 | 333 | 15 | 0 | 13 | 4 | 201 | 100 | 132 |
| Binary | 11010110 | 11110110 | 11011011 | 1101 | 0 | 1011 | 100 | 10000001 | 1000000 | 1011010 |
Color Harmonies of #D6F6DB
Complementary color
Monochromatic Colors of #D6F6DB
Black with #D6F6DB
Text Example
Text Example
White with #D6F6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6DB; }
p { color: rgb(214,246,219); }
H1.HeaderClassName
{
color: #D6F6DB;
}
.AnyTagClassName
{
color: #D6F6DB;
}
</style>
background-color css
<style>
a { background-color: #D6F6DB; }
a { background-color: rgb(214,246,219); }
div.DivClassName
{
background-color: #D6F6DB;
}
.BgClassName
{
background-color: #D6F6DB;
}
</style>
border-color css
<style>
span { border-color: #D6F6DB; }
span { border-color: rgb(214,246,219); }
td.TdClassName
{
border-color: #D6F6DB;
}
.TagClassName
{
border-color: #D6F6DB;
}
</style>