Color Hex Logo

#49c162 Color Hex

#49C162
(73,193,98)
0 Favorites   0 Comments

Color spaces of #49c162

RGB 7319398
HSL0.370.490.52
HSV133°62°76°
CMYK 0.620.000.49   0.24
XYZ24.022240.438218.0945
Yxy40.43820.29100.4898
Hunter Lab63.5910-43.854027.6431
CIE-Lab69.7805-53.616637.9398

#49c162 color RGB value is (73,193,98).

#49c162 hex color red value is 73, green value is 193 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #49c162 hue: 0.37 , saturation: 0.49 and the lightness value of 49c162 is 0.52.

The process color (four color CMYK) of #49c162 color hex is 0.62, 0.00, 0.49, 0.24. Web safe color of #49c162 is #33cc66. Color #49c162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000001 01100010
Octal 111 301 142
Decimal 73 193 98
Hex 49 C1 62

RGB Percentages of Color #49c162

%20.05
%53.02
%26.92

CMYK Percentages of Color #49c162

%62
%0
%49
%24

Triadic Colors of #49c162

#49c162 #6249c1 #c16249

Analogous Colors of #49c162

#49c162 #49c19e #6cc149

Monochromatic Colors of #49c162

#49c162

Complementary Color

#49c162 #c149a8

#49c162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c162 Color CSS Codes

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

#49c162 Text Font Color

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

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


#49c162 Background Color

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

This div background color is #49c162


#49c162 Border Color

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

This div border color is #49c162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c162


Comments

No comments written yet.

Please login to write comment.