Color Hex Logo

#49c97e Color Hex

#49C97E
(73,201,126)
0 Favorites   0 Comments

Color spaces of #49c97e

RGB 73201126
HSL0.400.540.54
HSV145°64°79°
CMYK 0.640.000.37   0.21
XYZ27.400244.696126.9217
Yxy44.69610.27670.4514
Hunter Lab66.8551-43.839322.9233
CIE-Lab72.6913-51.990327.3871

#49c97e color RGB value is (73,201,126).

#49c97e hex color red value is 73, green value is 201 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #49c97e hue: 0.40 , saturation: 0.54 and the lightness value of 49c97e is 0.54.

The process color (four color CMYK) of #49c97e color hex is 0.64, 0.00, 0.37, 0.21. Web safe color of #49c97e is #33cc66. Color #49c97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001001 01111110
Octal 111 311 176
Decimal 73 201 126
Hex 49 C9 7E

RGB Percentages of Color #49c97e

%18.25
%50.25
%31.50

CMYK Percentages of Color #49c97e

%64
%0
%37
%21

Triadic Colors of #49c97e

#49c97e #7e49c9 #c97e49

Analogous Colors of #49c97e

#49c97e #49c9be #54c949

Monochromatic Colors of #49c97e

#49c97e

Complementary Color

#49c97e #c94994

#49c97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c97e Color CSS Codes

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

#49c97e Text Font Color

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

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


#49c97e Background Color

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

This div background color is #49c97e


#49c97e Border Color

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

This div border color is #49c97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c97e


Comments

No comments written yet.

Please login to write comment.