Color Hex Logo

#49d595 Color Hex

#49D595
(73,213,149)
0 Favorites   0 Comments

Color spaces of #49d595

RGB 73213149
HSL0.420.630.56
HSV153°66°84°
CMYK 0.660.000.30   0.16
XYZ31.966751.174936.6267
Yxy51.17490.26690.4273
Hunter Lab71.5366-45.425019.7192
CIE-Lab76.7848-52.219920.8796

#49d595 color RGB value is (73,213,149).

#49d595 hex color red value is 73, green value is 213 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #49d595 hue: 0.42 , saturation: 0.63 and the lightness value of 49d595 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11010101 10010101
Octal 111 325 225
Decimal 73 213 149
Hex 49 D5 95

RGB Percentages of Color #49d595

%16.78
%48.97
%34.25

CMYK Percentages of Color #49d595

%66
%0
%30
%16

Triadic Colors of #49d595

#49d595 #9549d5 #d59549

Analogous Colors of #49d595

#49d595 #49cfd5 #49d54f

Monochromatic Colors of #49d595

#49d595

Complementary Color

#49d595 #d54989

#49d595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d595 Color CSS Codes

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

#49d595 Text Font Color

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

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


#49d595 Background Color

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

This div background color is #49d595


#49d595 Border Color

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

This div border color is #49d595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d595


Comments

No comments written yet.

Please login to write comment.