Shades of Off Green #DCF0E2
Tints of Off Green #DCF0E2
RGB
CMYK
RGB Variations
Color information
#DCF0E2 (or 0xDCF0E2) is known color: Off Green. HEX triplet: DC, F0 and E2. RGB value is (220,240,226). Sum of RGB (Red+Green+Blue) = 220+240+226=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0E2 is #230F1D. Grayscale: #E8E8E8. Windows color (decimal): -2297630 or 14872796. OLE color: 14872796.
HSL color Cylindrical-coordinate representation of color #DCF0E2: hue angle of 138º 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 #DCF0E2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 240 | 226 | - |
CMYK | 0.08 | 0 | 0.06 | 0.06 |
HSL | 138º | 0.4% | 0.9% | - |
HSV(B) | 138º | 0.08% | 0.94% | - |
XYZ | 74.4 | 83.03 | 84.06 | - |
YUV | 232.42 | 124.37 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 226 | 0.08 | 0 | 0.06 | 0.06 | 138 | 0.4 | 0.9 |
Hex | DC | F0 | E2 | 8 | 0 | 6 | 6 | 8A | 28 | 5A |
Octal | 334 | 360 | 342 | 10 | 0 | 6 | 6 | 212 | 50 | 132 |
Binary | 11011100 | 11110000 | 11100010 | 1000 | 0 | 110 | 110 | 10001010 | 101000 | 1011010 |
Color Harmonies of #DCF0E2
Complementary color
Monochromatic Colors of #DCF0E2
Black with #DCF0E2
Text Example
Text Example
White with #DCF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0E2; }
p { color: rgb(220,240,226); }
H1.HeaderClassName
{
color: #DCF0E2;
}
.AnyTagClassName
{
color: #DCF0E2;
}
</style>
background-color css
<style>
a { background-color: #DCF0E2; }
a { background-color: rgb(220,240,226); }
div.DivClassName
{
background-color: #DCF0E2;
}
.BgClassName
{
background-color: #DCF0E2;
}
</style>
border-color css
<style>
span { border-color: #DCF0E2; }
span { border-color: rgb(220,240,226); }
td.TdClassName
{
border-color: #DCF0E2;
}
.TagClassName
{
border-color: #DCF0E2;
}
</style>