Color Hex Logo

#49c55a Color Hex

#49C55A
(73,197,90)
0 Favorites   0 Comments

Color spaces of #49c55a

RGB 7319790
HSL0.360.520.53
HSV128°63°77°
CMYK 0.630.000.54   0.23
XYZ24.559442.087216.5021
Yxy42.08720.29540.5062
Hunter Lab64.8746-45.956430.3307
CIE-Lab70.9310-56.236543.2485

#49c55a color RGB value is (73,197,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000101 01011010
Octal 111 305 132
Decimal 73 197 90
Hex 49 C5 5A

RGB Percentages of Color #49c55a

%20.28
%54.72
%25.00

CMYK Percentages of Color #49c55a

%63
%0
%54
%23

Triadic Colors of #49c55a

#49c55a #5a49c5 #c55a49

Analogous Colors of #49c55a

#49c55a #49c598 #76c549

Monochromatic Colors of #49c55a

#49c55a

Complementary Color

#49c55a #c549b4

#49c55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c55a Color CSS Codes

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

#49c55a Text Font Color

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

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


#49c55a Background Color

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

This div background color is #49c55a


#49c55a Border Color

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

This div border color is #49c55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c55a


Comments

No comments written yet.

Please login to write comment.