Color Hex Logo

#49d850 Color Hex

#49D850
(73,216,80)
0 Favorites   0 Comments

Color spaces of #49d850

RGB 7321680
HSL0.340.650.57
HSV123°66°85°
CMYK 0.660.000.63   0.15
XYZ28.751551.107415.9388
Yxy51.10740.30010.5335
Hunter Lab71.4894-53.317736.8237
CIE-Lab76.7440-64.115954.4983

#49d850 color RGB value is (73,216,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011000 01010000
Octal 111 330 120
Decimal 73 216 80
Hex 49 D8 50

RGB Percentages of Color #49d850

%19.78
%58.54
%21.68

CMYK Percentages of Color #49d850

%66
%0
%63
%15

Triadic Colors of #49d850

#49d850 #5049d8 #d85049

Analogous Colors of #49d850

#49d850 #49d898 #8ad849

Monochromatic Colors of #49d850

#49d850

Complementary Color

#49d850 #d849d1

#49d850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d850 Color CSS Codes

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

#49d850 Text Font Color

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

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


#49d850 Background Color

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

This div background color is #49d850


#49d850 Border Color

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

This div border color is #49d850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d850


Comments

No comments written yet.

Please login to write comment.