Color Hex Logo

#49e95f Color Hex

#49E95F
(73,233,95)
0 Favorites   0 Comments

Color spaces of #49e95f

RGB 7323395
HSL0.360.780.60
HSV128°69°91°
CMYK 0.690.000.59   0.09
XYZ33.952160.520520.7186
Yxy60.52050.29470.5254
Hunter Lab77.7949-58.238238.6661
CIE-Lab82.1203-68.162954.1379

#49e95f color RGB value is (73,233,95).

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

The process color (four color CMYK) of #49e95f color hex is 0.69, 0.00, 0.59, 0.09. Web safe color of #49e95f is #33ff66. Color #49e95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101001 01011111
Octal 111 351 137
Decimal 73 233 95
Hex 49 E9 5F

RGB Percentages of Color #49e95f

%18.20
%58.10
%23.69

CMYK Percentages of Color #49e95f

%69
%0
%59
%9

Triadic Colors of #49e95f

#49e95f #5f49e9 #e95f49

Analogous Colors of #49e95f

#49e95f #49e9af #83e949

Monochromatic Colors of #49e95f

#49e95f

Complementary Color

#49e95f #e949d3

#49e95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e95f Color CSS Codes

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

#49e95f Text Font Color

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

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


#49e95f Background Color

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

This div background color is #49e95f


#49e95f Border Color

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

This div border color is #49e95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,233,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 #49e95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e95f


Comments

No comments written yet.

Please login to write comment.