Shades of Off Green #DCF1E2
Tints of Off Green #DCF1E2
RGB
CMYK
RGB Variations
Color information
#DCF1E2 (or 0xDCF1E2) is known color: Off Green. HEX triplet: DC, F1 and E2. RGB value is (220,241,226). Sum of RGB (Red+Green+Blue) = 220+241+226=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1E2 is #230E1D. Grayscale: #E9E9E9. Windows color (decimal): -2297374 or 14873052. OLE color: 14873052.
HSL color Cylindrical-coordinate representation of color #DCF1E2: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1E2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 241 | 226 | - |
CMYK | 0.09 | 0 | 0.06 | 0.05 |
HSL | 137.14º | 0.43% | 0.9% | - |
HSV(B) | 137.14º | 0.09% | 0.95% | - |
XYZ | 74.7 | 83.62 | 84.15 | - |
YUV | 233.01 | 124.04 | 118.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 241 | 226 | 0.09 | 0 | 0.06 | 0.05 | 137.14 | 0.43 | 0.9 |
Hex | DC | F1 | E2 | 9 | 0 | 6 | 5 | 89 | 2B | 5A |
Octal | 334 | 361 | 342 | 11 | 0 | 6 | 5 | 211 | 53 | 132 |
Binary | 11011100 | 11110001 | 11100010 | 1001 | 0 | 110 | 101 | 10001001 | 101011 | 1011010 |
Color Harmonies of #DCF1E2
Complementary color
Monochromatic Colors of #DCF1E2
Black with #DCF1E2
Text Example
Text Example
White with #DCF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1E2; }
p { color: rgb(220,241,226); }
H1.HeaderClassName
{
color: #DCF1E2;
}
.AnyTagClassName
{
color: #DCF1E2;
}
</style>
background-color css
<style>
a { background-color: #DCF1E2; }
a { background-color: rgb(220,241,226); }
div.DivClassName
{
background-color: #DCF1E2;
}
.BgClassName
{
background-color: #DCF1E2;
}
</style>
border-color css
<style>
span { border-color: #DCF1E2; }
span { border-color: rgb(220,241,226); }
td.TdClassName
{
border-color: #DCF1E2;
}
.TagClassName
{
border-color: #DCF1E2;
}
</style>