Shades of Off Green #D6F0DA
Tints of Off Green #D6F0DA
RGB
CMYK
RGB Variations
Color information
#D6F0DA (or 0xD6F0DA) is known color: Off Green. HEX triplet: D6, F0 and DA. RGB value is (214,240,218). Sum of RGB (Red+Green+Blue) = 214+240+218=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0DA is #290F25. Grayscale: #E5E5E5. Windows color (decimal): -2690854 or 14348502. OLE color: 14348502.
HSL color Cylindrical-coordinate representation of color #D6F0DA: hue angle of 129.23º 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 #D6F0DA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 218 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.06 |
| HSL | 129.23º | 0.46% | 0.89% | - |
| HSV(B) | 129.23º | 0.11% | 0.94% | - |
| XYZ | 71.55 | 81.68 | 78.32 | - |
| YUV | 229.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 218 | 0.11 | 0 | 0.09 | 0.06 | 129.23 | 0.46 | 0.89 |
| Hex | D6 | F0 | DA | B | 0 | 9 | 6 | 81 | 2E | 59 |
| Octal | 326 | 360 | 332 | 13 | 0 | 11 | 6 | 201 | 56 | 131 |
| Binary | 11010110 | 11110000 | 11011010 | 1011 | 0 | 1001 | 110 | 10000001 | 101110 | 1011001 |
Color Harmonies of #D6F0DA
Complementary color
Monochromatic Colors of #D6F0DA
Black with #D6F0DA
Text Example
Text Example
White with #D6F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0DA; }
p { color: rgb(214,240,218); }
H1.HeaderClassName
{
color: #D6F0DA;
}
.AnyTagClassName
{
color: #D6F0DA;
}
</style>
background-color css
<style>
a { background-color: #D6F0DA; }
a { background-color: rgb(214,240,218); }
div.DivClassName
{
background-color: #D6F0DA;
}
.BgClassName
{
background-color: #D6F0DA;
}
</style>
border-color css
<style>
span { border-color: #D6F0DA; }
span { border-color: rgb(214,240,218); }
td.TdClassName
{
border-color: #D6F0DA;
}
.TagClassName
{
border-color: #D6F0DA;
}
</style>