Shades of Off Green #D6F1DA
Tints of Off Green #D6F1DA
RGB
CMYK
RGB Variations
Color information
#D6F1DA (or 0xD6F1DA) is known color: Off Green. HEX triplet: D6, F1 and DA. RGB value is (214,241,218). Sum of RGB (Red+Green+Blue) = 214+241+218=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1DA is #290E25. Grayscale: #E6E6E6. Windows color (decimal): -2690598 or 14348758. OLE color: 14348758.
HSL color Cylindrical-coordinate representation of color #D6F1DA: hue angle of 128.89º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F1DA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 218 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.05 |
| HSL | 128.89º | 0.49% | 0.89% | - |
| HSV(B) | 128.89º | 0.11% | 0.95% | - |
| XYZ | 71.84 | 82.27 | 78.42 | - |
| YUV | 230.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 218 | 0.11 | 0 | 0.10 | 0.05 | 128.89 | 0.49 | 0.89 |
| Hex | D6 | F1 | DA | B | 0 | A | 5 | 81 | 31 | 59 |
| Octal | 326 | 361 | 332 | 13 | 0 | 12 | 5 | 201 | 61 | 131 |
| Binary | 11010110 | 11110001 | 11011010 | 1011 | 0 | 1010 | 101 | 10000001 | 110001 | 1011001 |
Color Harmonies of #D6F1DA
Complementary color
Monochromatic Colors of #D6F1DA
Black with #D6F1DA
Text Example
Text Example
White with #D6F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1DA; }
p { color: rgb(214,241,218); }
H1.HeaderClassName
{
color: #D6F1DA;
}
.AnyTagClassName
{
color: #D6F1DA;
}
</style>
background-color css
<style>
a { background-color: #D6F1DA; }
a { background-color: rgb(214,241,218); }
div.DivClassName
{
background-color: #D6F1DA;
}
.BgClassName
{
background-color: #D6F1DA;
}
</style>
border-color css
<style>
span { border-color: #D6F1DA; }
span { border-color: rgb(214,241,218); }
td.TdClassName
{
border-color: #D6F1DA;
}
.TagClassName
{
border-color: #D6F1DA;
}
</style>