Shades of Off Green #DCF0DF
Tints of Off Green #DCF0DF
RGB
CMYK
RGB Variations
Color information
#DCF0DF (or 0xDCF0DF) is known color: Off Green. HEX triplet: DC, F0 and DF. RGB value is (220,240,223). Sum of RGB (Red+Green+Blue) = 220+240+223=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DF is #230F20. Grayscale: #E8E8E8. Windows color (decimal): -2297633 or 14676188. OLE color: 14676188.
HSL color Cylindrical-coordinate representation of color #DCF0DF: hue angle of 129º 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 #DCF0DF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 240 | 223 | - |
CMYK | 0.08 | 0 | 0.07 | 0.06 |
HSL | 129º | 0.4% | 0.9% | - |
HSV(B) | 129º | 0.08% | 0.94% | - |
XYZ | 73.99 | 82.86 | 81.91 | - |
YUV | 232.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 223 | 0.08 | 0 | 0.07 | 0.06 | 129 | 0.4 | 0.9 |
Hex | DC | F0 | DF | 8 | 0 | 7 | 6 | 81 | 28 | 5A |
Octal | 334 | 360 | 337 | 10 | 0 | 7 | 6 | 201 | 50 | 132 |
Binary | 11011100 | 11110000 | 11011111 | 1000 | 0 | 111 | 110 | 10000001 | 101000 | 1011010 |
Color Harmonies of #DCF0DF
Complementary color
Monochromatic Colors of #DCF0DF
Black with #DCF0DF
Text Example
Text Example
White with #DCF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0DF; }
p { color: rgb(220,240,223); }
H1.HeaderClassName
{
color: #DCF0DF;
}
.AnyTagClassName
{
color: #DCF0DF;
}
</style>
background-color css
<style>
a { background-color: #DCF0DF; }
a { background-color: rgb(220,240,223); }
div.DivClassName
{
background-color: #DCF0DF;
}
.BgClassName
{
background-color: #DCF0DF;
}
</style>
border-color css
<style>
span { border-color: #DCF0DF; }
span { border-color: rgb(220,240,223); }
td.TdClassName
{
border-color: #DCF0DF;
}
.TagClassName
{
border-color: #DCF0DF;
}
</style>