Shades of Off Green #DCF0E0
Tints of Off Green #DCF0E0
RGB
CMYK
RGB Variations
Color information
#DCF0E0 (or 0xDCF0E0) is known color: Off Green. HEX triplet: DC, F0 and E0. RGB value is (220,240,224). Sum of RGB (Red+Green+Blue) = 220+240+224=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0E0 is #230F1F. Grayscale: #E8E8E8. Windows color (decimal): -2297632 or 14741724. OLE color: 14741724.
HSL color Cylindrical-coordinate representation of color #DCF0E0: hue angle of 132º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0E0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 224 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.06 |
| HSL | 132º | 0.4% | 0.9% | - |
| HSV(B) | 132º | 0.08% | 0.94% | - |
| XYZ | 74.13 | 82.92 | 82.62 | - |
| YUV | 232.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 224 | 0.08 | 0 | 0.07 | 0.06 | 132 | 0.4 | 0.9 |
| Hex | DC | F0 | E0 | 8 | 0 | 7 | 6 | 84 | 28 | 5A |
| Octal | 334 | 360 | 340 | 10 | 0 | 7 | 6 | 204 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11100000 | 1000 | 0 | 111 | 110 | 10000100 | 101000 | 1011010 |
Color Harmonies of #DCF0E0
Complementary color
Monochromatic Colors of #DCF0E0
Black with #DCF0E0
Text Example
Text Example
White with #DCF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0E0; }
p { color: rgb(220,240,224); }
H1.HeaderClassName
{
color: #DCF0E0;
}
.AnyTagClassName
{
color: #DCF0E0;
}
</style>
background-color css
<style>
a { background-color: #DCF0E0; }
a { background-color: rgb(220,240,224); }
div.DivClassName
{
background-color: #DCF0E0;
}
.BgClassName
{
background-color: #DCF0E0;
}
</style>
border-color css
<style>
span { border-color: #DCF0E0; }
span { border-color: rgb(220,240,224); }
td.TdClassName
{
border-color: #DCF0E0;
}
.TagClassName
{
border-color: #DCF0E0;
}
</style>