Color Hex Logo

#49c50b Color Hex

#49C50B
(73,197,11)
0 Favorites   0 Comments

Color spaces of #49c50b

RGB 7319711
HSL0.280.890.41
HSV100°94°77°
CMYK 0.630.000.94   0.23
XYZ22.774341.37317.1021
Yxy41.37310.31960.5807
Hunter Lab64.3219-49.362338.4788
CIE-Lab70.4365-62.016068.5205

#49c50b color RGB value is (73,197,11).

#49c50b hex color red value is 73, green value is 197 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #49c50b hue: 0.28 , saturation: 0.89 and the lightness value of 49c50b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000101 00001011
Octal 111 305 13
Decimal 73 197 11
Hex 49 C5 B

RGB Percentages of Color #49c50b

%25.98
%70.11
%3.91

CMYK Percentages of Color #49c50b

%63
%0
%94
%23

Triadic Colors of #49c50b

#49c50b #0b49c5 #c50b49

Analogous Colors of #49c50b

#49c50b #0bc52a #a6c50b

Monochromatic Colors of #49c50b

#49c50b

Complementary Color

#49c50b #870bc5

#49c50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c50b Color CSS Codes

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

#49c50b Text Font Color

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

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


#49c50b Background Color

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

This div background color is #49c50b


#49c50b Border Color

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

This div border color is #49c50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c50b


Comments

No comments written yet.

Please login to write comment.