Color Hex Logo

#5bb65f Color Hex

#5BB65F
(91,182,95)
0 Favorites   0 Comments

Color spaces of #5bb65f

RGB 9118295
HSL0.340.380.54
HSV123°50°71°
CMYK 0.500.000.48   0.29
XYZ23.107936.506316.6550
Yxy36.50630.30300.4787
Hunter Lab60.4204-37.468225.9509
CIE-Lab66.9050-45.284835.9788

#5bb65f color RGB value is (91,182,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110110 01011111
Octal 133 266 137
Decimal 91 182 95
Hex 5B B6 5F

RGB Percentages of Color #5bb65f

%24.73
%49.46
%25.82

CMYK Percentages of Color #5bb65f

%50
%0
%48
%29

Triadic Colors of #5bb65f

#5bb65f #5f5bb6 #b65f5b

Analogous Colors of #5bb65f

#5bb65f #5bb68d #85b65b

Monochromatic Colors of #5bb65f

#5bb65f

Complementary Color

#5bb65f #b65bb2

#5bb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb65f Color CSS Codes

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

#5bb65f Text Font Color

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

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


#5bb65f Background Color

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

This div background color is #5bb65f


#5bb65f Border Color

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

This div border color is #5bb65f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,182,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 #5bb65f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb65f


Comments

No comments written yet.

Please login to write comment.