Color Hex Logo

#5bb71f Color Hex

#5BB71F
(91,183,31)
0 Favorites   0 Comments

Color spaces of #5bb71f

RGB 9118331
HSL0.270.710.42
HSV96°83°72°
CMYK 0.500.000.83   0.28
XYZ21.495236.19007.1488
Yxy36.19000.33150.5582
Hunter Lab60.1581-41.496635.0650
CIE-Lab66.6648-51.685161.8415

#5bb71f color RGB value is (91,183,31).

#5bb71f hex color red value is 91, green value is 183 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5bb71f hue: 0.27 , saturation: 0.71 and the lightness value of 5bb71f is 0.42.

The process color (four color CMYK) of #5bb71f color hex is 0.50, 0.00, 0.83, 0.28. Web safe color of #5bb71f is #66cc33. Color #5bb71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110111 00011111
Octal 133 267 37
Decimal 91 183 31
Hex 5B B7 1F

RGB Percentages of Color #5bb71f

%29.84
%60.00
%10.16

CMYK Percentages of Color #5bb71f

%50
%0
%83
%28

Triadic Colors of #5bb71f

#5bb71f #1f5bb7 #b71f5b

Analogous Colors of #5bb71f

#5bb71f #1fb72f #a7b71f

Monochromatic Colors of #5bb71f

#5bb71f

Complementary Color

#5bb71f #7b1fb7

#5bb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb71f Color CSS Codes

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

#5bb71f Text Font Color

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

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


#5bb71f Background Color

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

This div background color is #5bb71f


#5bb71f Border Color

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

This div border color is #5bb71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb71f


Comments

No comments written yet.

Please login to write comment.