Shades of Off Green #D6F2DA
Tints of Off Green #D6F2DA
RGB
CMYK
RGB Variations
Color information
#D6F2DA (or 0xD6F2DA) is known color: Off Green. HEX triplet: D6, F2 and DA. RGB value is (214,242,218). Sum of RGB (Red+Green+Blue) = 214+242+218=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2DA is #290D25. Grayscale: #E6E6E6. Windows color (decimal): -2690342 or 14349014. OLE color: 14349014.
HSL color Cylindrical-coordinate representation of color #D6F2DA: hue angle of 128.57º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2DA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 218 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.05 |
| HSL | 128.57º | 0.52% | 0.89% | - |
| HSV(B) | 128.57º | 0.12% | 0.95% | - |
| XYZ | 72.14 | 82.86 | 78.52 | - |
| YUV | 230.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 218 | 0.12 | 0 | 0.10 | 0.05 | 128.57 | 0.52 | 0.89 |
| Hex | D6 | F2 | DA | C | 0 | A | 5 | 81 | 34 | 59 |
| Octal | 326 | 362 | 332 | 14 | 0 | 12 | 5 | 201 | 64 | 131 |
| Binary | 11010110 | 11110010 | 11011010 | 1100 | 0 | 1010 | 101 | 10000001 | 110100 | 1011001 |
Color Harmonies of #D6F2DA
Complementary color
Monochromatic Colors of #D6F2DA
Black with #D6F2DA
Text Example
Text Example
White with #D6F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2DA; }
p { color: rgb(214,242,218); }
H1.HeaderClassName
{
color: #D6F2DA;
}
.AnyTagClassName
{
color: #D6F2DA;
}
</style>
background-color css
<style>
a { background-color: #D6F2DA; }
a { background-color: rgb(214,242,218); }
div.DivClassName
{
background-color: #D6F2DA;
}
.BgClassName
{
background-color: #D6F2DA;
}
</style>
border-color css
<style>
span { border-color: #D6F2DA; }
span { border-color: rgb(214,242,218); }
td.TdClassName
{
border-color: #D6F2DA;
}
.TagClassName
{
border-color: #D6F2DA;
}
</style>