Shades of Off Green #DCF2E1
Tints of Off Green #DCF2E1
RGB
CMYK
RGB Variations
Color information
#DCF2E1 (or 0xDCF2E1) is known color: Off Green. HEX triplet: DC, F2 and E1. RGB value is (220,242,225). Sum of RGB (Red+Green+Blue) = 220+242+225=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E1 is #230D1E. Grayscale: #E9E9E9. Windows color (decimal): -2297119 or 14807772. OLE color: 14807772.
HSL color Cylindrical-coordinate representation of color #DCF2E1: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 225 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.05 |
| HSL | 133.64º | 0.46% | 0.91% | - |
| HSV(B) | 133.64º | 0.09% | 0.95% | - |
| XYZ | 74.86 | 84.16 | 83.53 | - |
| YUV | 233.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 225 | 0.09 | 0 | 0.07 | 0.05 | 133.64 | 0.46 | 0.91 |
| Hex | DC | F2 | E1 | 9 | 0 | 7 | 5 | 86 | 2E | 5B |
| Octal | 334 | 362 | 341 | 11 | 0 | 7 | 5 | 206 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11100001 | 1001 | 0 | 111 | 101 | 10000110 | 101110 | 1011011 |
Color Harmonies of #DCF2E1
Complementary color
Monochromatic Colors of #DCF2E1
Black with #DCF2E1
Text Example
Text Example
White with #DCF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2E1; }
p { color: rgb(220,242,225); }
H1.HeaderClassName
{
color: #DCF2E1;
}
.AnyTagClassName
{
color: #DCF2E1;
}
</style>
background-color css
<style>
a { background-color: #DCF2E1; }
a { background-color: rgb(220,242,225); }
div.DivClassName
{
background-color: #DCF2E1;
}
.BgClassName
{
background-color: #DCF2E1;
}
</style>
border-color css
<style>
span { border-color: #DCF2E1; }
span { border-color: rgb(220,242,225); }
td.TdClassName
{
border-color: #DCF2E1;
}
.TagClassName
{
border-color: #DCF2E1;
}
</style>