Color Hex Logo

#49bb76 Color Hex

#49BB76
(73,187,118)
0 Favorites   0 Comments

Color spaces of #49bb76

RGB 73187118
HSL0.400.460.51
HSV144°61°73°
CMYK 0.610.000.37   0.27
XYZ23.788038.265123.2717
Yxy38.26510.27880.4485
Hunter Lab61.8588-39.610120.9959
CIE-Lab68.2155-47.901825.6208

#49bb76 color RGB value is (73,187,118).

#49bb76 hex color red value is 73, green value is 187 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #49bb76 hue: 0.40 , saturation: 0.46 and the lightness value of 49bb76 is 0.51.

The process color (four color CMYK) of #49bb76 color hex is 0.61, 0.00, 0.37, 0.27. Web safe color of #49bb76 is #33cc66. Color #49bb76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 01110110
Octal 111 273 166
Decimal 73 187 118
Hex 49 BB 76

RGB Percentages of Color #49bb76

%19.31
%49.47
%31.22

CMYK Percentages of Color #49bb76

%61
%0
%37
%27

Triadic Colors of #49bb76

#49bb76 #7649bb #bb7649

Analogous Colors of #49bb76

#49bb76 #49bbaf #55bb49

Monochromatic Colors of #49bb76

#49bb76

Complementary Color

#49bb76 #bb498e

#49bb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bb76 Color CSS Codes

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

#49bb76 Text Font Color

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

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


#49bb76 Background Color

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

This div background color is #49bb76


#49bb76 Border Color

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

This div border color is #49bb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bb76


Comments

No comments written yet.

Please login to write comment.