Shades of Off Green #DCF6E1
Tints of Off Green #DCF6E1
RGB
CMYK
RGB Variations
Color information
#DCF6E1 (or 0xDCF6E1) is known color: Off Green. HEX triplet: DC, F6 and E1. RGB value is (220,246,225). Sum of RGB (Red+Green+Blue) = 220+246+225=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6E1 is #23091E. Grayscale: #EBEBEB. Windows color (decimal): -2296095 or 14808796. OLE color: 14808796.
HSL color Cylindrical-coordinate representation of color #DCF6E1: hue angle of 131.54º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6E1 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 225 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.04 |
| HSL | 131.54º | 0.59% | 0.91% | - |
| HSV(B) | 131.54º | 0.11% | 0.96% | - |
| XYZ | 76.06 | 86.56 | 83.93 | - |
| YUV | 235.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 225 | 0.11 | 0 | 0.09 | 0.04 | 131.54 | 0.59 | 0.91 |
| Hex | DC | F6 | E1 | B | 0 | 9 | 4 | 84 | 3B | 5B |
| Octal | 334 | 366 | 341 | 13 | 0 | 11 | 4 | 204 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11100001 | 1011 | 0 | 1001 | 100 | 10000100 | 111011 | 1011011 |
Color Harmonies of #DCF6E1
Complementary color
Monochromatic Colors of #DCF6E1
Black with #DCF6E1
Text Example
Text Example
White with #DCF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6E1; }
p { color: rgb(220,246,225); }
H1.HeaderClassName
{
color: #DCF6E1;
}
.AnyTagClassName
{
color: #DCF6E1;
}
</style>
background-color css
<style>
a { background-color: #DCF6E1; }
a { background-color: rgb(220,246,225); }
div.DivClassName
{
background-color: #DCF6E1;
}
.BgClassName
{
background-color: #DCF6E1;
}
</style>
border-color css
<style>
span { border-color: #DCF6E1; }
span { border-color: rgb(220,246,225); }
td.TdClassName
{
border-color: #DCF6E1;
}
.TagClassName
{
border-color: #DCF6E1;
}
</style>