Color Hex Logo

#5bc871 Color Hex

#5BC871
(91,200,113)
0 Favorites   0 Comments

Color spaces of #5bc871

RGB 91200113
HSL0.370.500.57
HSV132°55°78°
CMYK 0.550.000.44   0.22
XYZ27.949344.725022.7825
Yxy44.72500.29280.4685
Hunter Lab66.8768-42.435126.6158
CIE-Lab72.7104-49.880934.2145

#5bc871 color RGB value is (91,200,113).

#5bc871 hex color red value is 91, green value is 200 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5bc871 hue: 0.37 , saturation: 0.50 and the lightness value of 5bc871 is 0.57.

The process color (four color CMYK) of #5bc871 color hex is 0.55, 0.00, 0.44, 0.22. Web safe color of #5bc871 is #66cc66. Color #5bc871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001000 01110001
Octal 133 310 161
Decimal 91 200 113
Hex 5B C8 71

RGB Percentages of Color #5bc871

%22.52
%49.50
%27.97

CMYK Percentages of Color #5bc871

%55
%0
%44
%22

Triadic Colors of #5bc871

#5bc871 #715bc8 #c8715b

Analogous Colors of #5bc871

#5bc871 #5bc8a8 #7cc85b

Monochromatic Colors of #5bc871

#5bc871

Complementary Color

#5bc871 #c85bb2

#5bc871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc871 Color CSS Codes

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

#5bc871 Text Font Color

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

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


#5bc871 Background Color

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

This div background color is #5bc871


#5bc871 Border Color

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

This div border color is #5bc871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc871


Comments

No comments written yet.

Please login to write comment.