color codes Logo

#49bb7f color codes

#49BB7F
(73,187,127)
0 Favorites   0 Comments

Color spaces of #49bb7f

RGB 73187127
HSL0.410.460.51
HSV148°61°73°
CMYK 0.610.000.32   0.27
XYZ24.348738.489426.2246
Yxy38.48940.27340.4322
Hunter Lab62.0398-38.514018.3656
CIE-Lab68.3798-46.153221.0463

#49bb7f color RGB value is (73,187,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 01111111
Octal 111 273 177
Decimal 73 187 127
Hex 49 BB 7F

RGB Percentages of Color #49bb7f

%18.86
%48.32
%32.82

CMYK Percentages of Color #49bb7f

%61
%0
%32
%27

Triadic Colors of #49bb7f

#49bb7f #7f49bb #bb7f49

Analogous Colors of #49bb7f

#49bb7f #49bbb8 #4cbb49

Monochromatic Colors of #49bb7f

#49bb7f

Complementary Color

#49bb7f #bb4985

#49bb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bb7f Color CSS Codes

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

#49bb7f Text Font Color

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

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


#49bb7f Background Color

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

This div background color is #49bb7f


#49bb7f Border Color

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

This div border color is #49bb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bb7f


Comments

No comments written yet.

Please login to write comment.