Shades of Off Green #D6F5DC
Tints of Off Green #D6F5DC
RGB
CMYK
RGB Variations
Color information
#D6F5DC (or 0xD6F5DC) is known color: Off Green. HEX triplet: D6, F5 and DC. RGB value is (214,245,220). Sum of RGB (Red+Green+Blue) = 214+245+220=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5DC is #290A23. Grayscale: #E8E8E8. Windows color (decimal): -2689572 or 14480854. OLE color: 14480854.
HSL color Cylindrical-coordinate representation of color #D6F5DC: hue angle of 131.61º degrees, saturation: 0.61, 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 #D6F5DC is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 220 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.04 |
| HSL | 131.61º | 0.61% | 0.9% | - |
| HSV(B) | 131.61º | 0.13% | 0.96% | - |
| XYZ | 73.3 | 84.77 | 80.21 | - |
| YUV | 232.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 220 | 0.13 | 0 | 0.10 | 0.04 | 131.61 | 0.61 | 0.9 |
| Hex | D6 | F5 | DC | D | 0 | A | 4 | 84 | 3D | 5A |
| Octal | 326 | 365 | 334 | 15 | 0 | 12 | 4 | 204 | 75 | 132 |
| Binary | 11010110 | 11110101 | 11011100 | 1101 | 0 | 1010 | 100 | 10000100 | 111101 | 1011010 |
Color Harmonies of #D6F5DC
Complementary color
Monochromatic Colors of #D6F5DC
Black with #D6F5DC
Text Example
Text Example
White with #D6F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F5DC; }
p { color: rgb(214,245,220); }
H1.HeaderClassName
{
color: #D6F5DC;
}
.AnyTagClassName
{
color: #D6F5DC;
}
</style>
background-color css
<style>
a { background-color: #D6F5DC; }
a { background-color: rgb(214,245,220); }
div.DivClassName
{
background-color: #D6F5DC;
}
.BgClassName
{
background-color: #D6F5DC;
}
</style>
border-color css
<style>
span { border-color: #D6F5DC; }
span { border-color: rgb(214,245,220); }
td.TdClassName
{
border-color: #D6F5DC;
}
.TagClassName
{
border-color: #D6F5DC;
}
</style>