#DCF2DF

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

Shades of Off Green #DCF2DF

Tints of Off Green #DCF2DF

Color information

#DCF2DF (or 0xDCF2DF) is unknown color: approx Off Green. HEX triplet: DC, F2 and DF. RGB value is (220,242,223). Sum of RGB (Red+Green+Blue) = 220+242+223=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2DF is #230D20. Grayscale: #E9E9E9. Windows color (decimal): -2297121 or 14676700. OLE color: 14676700.

HSL color Cylindrical-coordinate representation of color #DCF2DF: hue angle of 128.18º 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 #DCF2DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB220242223-
CMYK0.0900.080.05
HSL128.18º45.83%90.59%-
HSV(B)128.18º9.09%94.9%-
XYZ74.5984.0582.1-
YUV233.26122.21118.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=32.12%
G=35.33%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422230.0900.080.05128.1845.8390.59
HexDCF2DF9085802e5b
Octal33436233711010520056133
Binary110111001111001011011111100101000101100000001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2DF; }

 p { color: rgb(220,242,223); }

 H1.HeaderClassName
 {
   color: #DCF2DF;
 }
 .AnyTagClassName
 {
   color: #DCF2DF;
 }
</style>
background-color css

<style>
 a { background-color: #DCF2DF; }

 a { background-color: rgb(220,242,223); }

 div.DivClassName
 {
   background-color: #DCF2DF;
 }
 .BgClassName
 {
   background-color: #DCF2DF;
 }
</style>
border-color css

<style>
 span { border-color: #DCF2DF; }

 span { border-color: rgb(220,242,223); }

 td.TdClassName
 {
   border-color: #DCF2DF;
 }
 .TagClassName
 {
   border-color: #DCF2DF;
 }
</style>