Shades of Off Green #DCF3DF
Tints of Off Green #DCF3DF
RGB
CMYK
RGB Variations
Color information
#DCF3DF (or 0xDCF3DF) is known color: Off Green. HEX triplet: DC, F3 and DF. RGB value is (220,243,223). Sum of RGB (Red+Green+Blue) = 220+243+223=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DF is #230C20. Grayscale: #E9E9E9. Windows color (decimal): -2296865 or 14676956. OLE color: 14676956.
HSL color Cylindrical-coordinate representation of color #DCF3DF: hue angle of 127.83º degrees, saturation: 0.49, 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 #DCF3DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 243 | 223 | - |
CMYK | 0.09 | 0 | 0.08 | 0.05 |
HSL | 127.83º | 0.49% | 0.91% | - |
HSV(B) | 127.83º | 0.09% | 0.95% | - |
XYZ | 74.89 | 84.64 | 82.2 | - |
YUV | 233.84 | 121.88 | 118.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 243 | 223 | 0.09 | 0 | 0.08 | 0.05 | 127.83 | 0.49 | 0.91 |
Hex | DC | F3 | DF | 9 | 0 | 8 | 5 | 80 | 31 | 5B |
Octal | 334 | 363 | 337 | 11 | 0 | 10 | 5 | 200 | 61 | 133 |
Binary | 11011100 | 11110011 | 11011111 | 1001 | 0 | 1000 | 101 | 10000000 | 110001 | 1011011 |
Color Harmonies of #DCF3DF
Complementary color
Monochromatic Colors of #DCF3DF
Black with #DCF3DF
Text Example
Text Example
White with #DCF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3DF; }
p { color: rgb(220,243,223); }
H1.HeaderClassName
{
color: #DCF3DF;
}
.AnyTagClassName
{
color: #DCF3DF;
}
</style>
background-color css
<style>
a { background-color: #DCF3DF; }
a { background-color: rgb(220,243,223); }
div.DivClassName
{
background-color: #DCF3DF;
}
.BgClassName
{
background-color: #DCF3DF;
}
</style>
border-color css
<style>
span { border-color: #DCF3DF; }
span { border-color: rgb(220,243,223); }
td.TdClassName
{
border-color: #DCF3DF;
}
.TagClassName
{
border-color: #DCF3DF;
}
</style>