Color Hex Logo

#49d78e Color Hex

#49D78E
(73,215,142)
0 Favorites   0 Comments

Color spaces of #49d78e

RGB 73215142
HSL0.410.640.56
HSV149°66°84°
CMYK 0.660.000.34   0.16
XYZ31.930651.970333.9395
Yxy51.97030.27100.4410
Hunter Lab72.0904-47.096322.5501
CIE-Lab77.2631-54.412225.1925

#49d78e color RGB value is (73,215,142).

#49d78e hex color red value is 73, green value is 215 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #49d78e hue: 0.41 , saturation: 0.64 and the lightness value of 49d78e is 0.56.

The process color (four color CMYK) of #49d78e color hex is 0.66, 0.00, 0.34, 0.16. Web safe color of #49d78e is #33cc99. Color #49d78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11010111 10001110
Octal 111 327 216
Decimal 73 215 142
Hex 49 D7 8E

RGB Percentages of Color #49d78e

%16.98
%50.00
%33.02

CMYK Percentages of Color #49d78e

%66
%0
%34
%16

Triadic Colors of #49d78e

#49d78e #8e49d7 #d78e49

Analogous Colors of #49d78e

#49d78e #49d7d5 #4bd749

Monochromatic Colors of #49d78e

#49d78e

Complementary Color

#49d78e #d74992

#49d78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d78e Color CSS Codes

.mybgcolor {background-color:#49d78e; } 
.myforecolor {color:#49d78e; }
.mybordercolor {border:3px solid #49d78e; }

#49d78e Text Font Color

<p style="color:#49d78e">Text here</p>

This sample text font color is #49d78e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49d78e Background Color

<div style="background-color:#49d78e">
Div content here</div>

This div background color is #49d78e


#49d78e Border Color

<div style="border:3px solid #49d78e">
Div here</div>

This div border color is #49d78e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,215,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49d78e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49d78e;
  -webkit-box-shadow: 1px 1px 3px 2px #49d78e;
  box-shadow:         1px 1px 3px 2px #49d78e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,215,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49d78e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49d78e;
  -webkit-box-shadow: 1px 1px 3px 2px #49d78e;
  box-shadow:         1px 1px 3px 2px #49d78e;">
Div content here</div>

This div box has shadow with color #49d78e


Comments

No comments written yet.

Please login to write comment.