#DCF1E0

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

Shades of Off Green #DCF1E0

Tints of Off Green #DCF1E0

Color information

#DCF1E0 (or 0xDCF1E0) is unknown color: approx Off Green. HEX triplet: DC, F1 and E0. RGB value is (220,241,224). Sum of RGB (Red+Green+Blue) = 220+241+224=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1E0 is #230E1F. Grayscale: #E8E8E8. Windows color (decimal): -2297376 or 14741980. OLE color: 14741980.

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

Color convert

RGB220241224-
CMYK0.0900.070.05
HSL131.43º42.86%90.39%-
HSV(B)131.43º8.71%94.51%-
XYZ74.4383.5182.72-
YUV232.78123.04118.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 224 (87.89% from 255) = 32.70%
R=32.12%
G=35.18%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412240.0900.070.05131.4342.8690.39
HexDCF1E09075832b5a
Octal3343613401107520353132
Binary11011100111100011110000010010111101100000111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1E0; }

 p { color: rgb(220,241,224); }

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

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

 a { background-color: rgb(220,241,224); }

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

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

 span { border-color: rgb(220,241,224); }

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