Color Hex Logo

#49c57a Color Hex

#49C57A
(73,197,122)
0 Favorites   0 Comments

Color spaces of #49c57a

RGB 73197122
HSL0.400.520.53
HSV144°63°77°
CMYK 0.630.000.38   0.23
XYZ26.226842.754125.2824
Yxy42.75410.27820.4536
Hunter Lab65.3866-42.829622.8456
CIE-Lab71.3878-51.155427.7409

#49c57a color RGB value is (73,197,122).

#49c57a hex color red value is 73, green value is 197 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #49c57a hue: 0.40 , saturation: 0.52 and the lightness value of 49c57a is 0.53.

The process color (four color CMYK) of #49c57a color hex is 0.63, 0.00, 0.38, 0.23. Web safe color of #49c57a is #33cc66. Color #49c57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000101 01111010
Octal 111 305 172
Decimal 73 197 122
Hex 49 C5 7A

RGB Percentages of Color #49c57a

%18.62
%50.26
%31.12

CMYK Percentages of Color #49c57a

%63
%0
%38
%23

Triadic Colors of #49c57a

#49c57a #7a49c5 #c57a49

Analogous Colors of #49c57a

#49c57a #49c5b8 #56c549

Monochromatic Colors of #49c57a

#49c57a

Complementary Color

#49c57a #c54994

#49c57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c57a Color CSS Codes

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

#49c57a Text Font Color

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

This sample text font color is #49c57a
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.


#49c57a Background Color

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

This div background color is #49c57a


#49c57a Border Color

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

This div border color is #49c57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c57a


Comments

No comments written yet.

Please login to write comment.