Shades of Off Green #D6F1DC
Tints of Off Green #D6F1DC
RGB
CMYK
RGB Variations
Color information
#D6F1DC (or 0xD6F1DC) is known color: Off Green. HEX triplet: D6, F1 and DC. RGB value is (214,241,220). Sum of RGB (Red+Green+Blue) = 214+241+220=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1DC is #290E23. Grayscale: #E6E6E6. Windows color (decimal): -2690596 or 14479830. OLE color: 14479830.
HSL color Cylindrical-coordinate representation of color #D6F1DC: hue angle of 133.33º 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 #D6F1DC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 220 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.05 |
| HSL | 133.33º | 0.49% | 0.89% | - |
| HSV(B) | 133.33º | 0.11% | 0.95% | - |
| XYZ | 72.11 | 82.37 | 79.81 | - |
| YUV | 230.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 220 | 0.11 | 0 | 0.09 | 0.05 | 133.33 | 0.49 | 0.89 |
| Hex | D6 | F1 | DC | B | 0 | 9 | 5 | 85 | 31 | 59 |
| Octal | 326 | 361 | 334 | 13 | 0 | 11 | 5 | 205 | 61 | 131 |
| Binary | 11010110 | 11110001 | 11011100 | 1011 | 0 | 1001 | 101 | 10000101 | 110001 | 1011001 |
Color Harmonies of #D6F1DC
Complementary color
Monochromatic Colors of #D6F1DC
Black with #D6F1DC
Text Example
Text Example
White with #D6F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1DC; }
p { color: rgb(214,241,220); }
H1.HeaderClassName
{
color: #D6F1DC;
}
.AnyTagClassName
{
color: #D6F1DC;
}
</style>
background-color css
<style>
a { background-color: #D6F1DC; }
a { background-color: rgb(214,241,220); }
div.DivClassName
{
background-color: #D6F1DC;
}
.BgClassName
{
background-color: #D6F1DC;
}
</style>
border-color css
<style>
span { border-color: #D6F1DC; }
span { border-color: rgb(214,241,220); }
td.TdClassName
{
border-color: #D6F1DC;
}
.TagClassName
{
border-color: #D6F1DC;
}
</style>