Color Hex Logo

#5bb45f Color Hex

#5BB45F
(91,180,95)
0 Favorites   0 Comments

Color spaces of #5bb45f

RGB 9118095
HSL0.340.370.53
HSV123°49°71°
CMYK 0.490.000.47   0.29
XYZ22.701235.692916.5194
Yxy35.69290.30300.4765
Hunter Lab59.7435-36.725225.4265
CIE-Lab66.2846-44.452435.2002

#5bb45f color RGB value is (91,180,95).

#5bb45f hex color red value is 91, green value is 180 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5bb45f hue: 0.34 , saturation: 0.37 and the lightness value of 5bb45f is 0.53.

The process color (four color CMYK) of #5bb45f color hex is 0.49, 0.00, 0.47, 0.29. Web safe color of #5bb45f is #66cc66. Color #5bb45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110100 01011111
Octal 133 264 137
Decimal 91 180 95
Hex 5B B4 5F

RGB Percentages of Color #5bb45f

%24.86
%49.18
%25.96

CMYK Percentages of Color #5bb45f

%49
%0
%47
%29

Triadic Colors of #5bb45f

#5bb45f #5f5bb4 #b45f5b

Analogous Colors of #5bb45f

#5bb45f #5bb48c #84b45b

Monochromatic Colors of #5bb45f

#5bb45f

Complementary Color

#5bb45f #b45bb0

#5bb45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb45f Color CSS Codes

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

#5bb45f Text Font Color

<p style="color:#5bb45f">Text here</p>

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


#5bb45f Background Color

<div style="background-color:#5bb45f">
Div content here</div>

This div background color is #5bb45f


#5bb45f Border Color

<div style="border:3px solid #5bb45f">
Div here</div>

This div border color is #5bb45f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,180,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bb45f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bb45f;
  -webkit-box-shadow: 1px 1px 3px 2px #5bb45f;
  box-shadow:         1px 1px 3px 2px #5bb45f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,180,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb45f


Comments

No comments written yet.

Please login to write comment.