#DCF2E0

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

Shades of Off Green #DCF2E0

Tints of Off Green #DCF2E0

Color information

#DCF2E0 (or 0xDCF2E0) is unknown color: approx Off Green. HEX triplet: DC, F2 and E0. RGB value is (220,242,224). Sum of RGB (Red+Green+Blue) = 220+242+224=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E0 is #230D1F. Grayscale: #E9E9E9. Windows color (decimal): -2297120 or 14742236. OLE color: 14742236.

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

Color convert

RGB220242224-
CMYK0.0900.070.05
HSL130.91º45.83%90.59%-
HSV(B)130.91º9.09%94.9%-
XYZ74.7284.182.82-
YUV233.37122.71118.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 224 (87.89% from 255) = 32.65%
R=32.07%
G=35.28%
B=32.65%

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
Decimal2202422240.0900.070.05130.9145.8390.59
HexDCF2E09075832e5b
Octal3343623401107520356133
Binary11011100111100101110000010010111101100000111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2E0; }

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

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

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

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

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

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

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

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