Shades of Off Green #DCF2E2
Tints of Off Green #DCF2E2
RGB
CMYK
RGB Variations
Color information
#DCF2E2 (or 0xDCF2E2) is known color: Off Green. HEX triplet: DC, F2 and E2. RGB value is (220,242,226). Sum of RGB (Red+Green+Blue) = 220+242+226=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E2 is #230D1D. Grayscale: #E9E9E9. Windows color (decimal): -2297118 or 14873308. OLE color: 14873308.
HSL color Cylindrical-coordinate representation of color #DCF2E2: hue angle of 136.36º 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 #DCF2E2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 242 | 226 | - |
CMYK | 0.09 | 0 | 0.07 | 0.05 |
HSL | 136.36º | 0.46% | 0.91% | - |
HSV(B) | 136.36º | 0.09% | 0.95% | - |
XYZ | 74.99 | 84.21 | 84.25 | - |
YUV | 233.6 | 123.71 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 226 | 0.09 | 0 | 0.07 | 0.05 | 136.36 | 0.46 | 0.91 |
Hex | DC | F2 | E2 | 9 | 0 | 7 | 5 | 88 | 2E | 5B |
Octal | 334 | 362 | 342 | 11 | 0 | 7 | 5 | 210 | 56 | 133 |
Binary | 11011100 | 11110010 | 11100010 | 1001 | 0 | 111 | 101 | 10001000 | 101110 | 1011011 |
Color Harmonies of #DCF2E2
Complementary color
Monochromatic Colors of #DCF2E2
Black with #DCF2E2
Text Example
Text Example
White with #DCF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2E2; }
p { color: rgb(220,242,226); }
H1.HeaderClassName
{
color: #DCF2E2;
}
.AnyTagClassName
{
color: #DCF2E2;
}
</style>
background-color css
<style>
a { background-color: #DCF2E2; }
a { background-color: rgb(220,242,226); }
div.DivClassName
{
background-color: #DCF2E2;
}
.BgClassName
{
background-color: #DCF2E2;
}
</style>
border-color css
<style>
span { border-color: #DCF2E2; }
span { border-color: rgb(220,242,226); }
td.TdClassName
{
border-color: #DCF2E2;
}
.TagClassName
{
border-color: #DCF2E2;
}
</style>