#DCF0DF

Color #DCF0DF Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DCF0DF

Tints of Off Green #DCF0DF

Color information

#DCF0DF (or 0xDCF0DF) is unknown color: approx 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

RGB220240223-
CMYK0.0800.070.06
HSL129º40%90.2%-
HSV(B)129º8.33%94.12%-
XYZ73.9982.8681.91-
YUV232.08122.87119.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=32.21%
G=35.14%
B=32.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402230.0800.070.061294090.2
HexDCF0DF807681285a
Octal3343603371007620150132
Binary11011100111100001101111110000111110100000011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>