Color Hex Logo

#49d85f Color Hex

#49D85F
(73,216,95)
0 Favorites   0 Comments

Color spaces of #49d85f

RGB 7321695
HSL0.360.650.57
HSV129°66°85°
CMYK 0.660.000.56   0.15
XYZ29.369151.354419.1910
Yxy51.35440.29390.5140
Hunter Lab71.6620-52.254134.2856
CIE-Lab76.8932-62.372648.0253

#49d85f color RGB value is (73,216,95).

#49d85f hex color red value is 73, green value is 216 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #49d85f hue: 0.36 , saturation: 0.65 and the lightness value of 49d85f is 0.57.

The process color (four color CMYK) of #49d85f color hex is 0.66, 0.00, 0.56, 0.15. Web safe color of #49d85f is #33cc66. Color #49d85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011000 01011111
Octal 111 330 137
Decimal 73 216 95
Hex 49 D8 5F

RGB Percentages of Color #49d85f

%19.01
%56.25
%24.74

CMYK Percentages of Color #49d85f

%66
%0
%56
%15

Triadic Colors of #49d85f

#49d85f #5f49d8 #d85f49

Analogous Colors of #49d85f

#49d85f #49d8a7 #7bd849

Monochromatic Colors of #49d85f

#49d85f

Complementary Color

#49d85f #d849c2

#49d85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d85f Color CSS Codes

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

#49d85f Text Font Color

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

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


#49d85f Background Color

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

This div background color is #49d85f


#49d85f Border Color

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

This div border color is #49d85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d85f


Comments

No comments written yet.

Please login to write comment.