Color Hex Logo

#5bc56e Color Hex

#5BC56E
(91,197,110)
0 Favorites   0 Comments

Color spaces of #5bc56e

RGB 91197110
HSL0.360.480.56
HSV131°54°77°
CMYK 0.540.000.44   0.23
XYZ27.095143.282421.6781
Yxy43.28240.29430.4702
Hunter Lab65.7894-41.616826.5160
CIE-Lab71.7462-49.147134.5025

#5bc56e color RGB value is (91,197,110).

#5bc56e hex color red value is 91, green value is 197 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #5bc56e hue: 0.36 , saturation: 0.48 and the lightness value of 5bc56e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000101 01101110
Octal 133 305 156
Decimal 91 197 110
Hex 5B C5 6E

RGB Percentages of Color #5bc56e

%22.86
%49.50
%27.64

CMYK Percentages of Color #5bc56e

%54
%0
%44
%23

Triadic Colors of #5bc56e

#5bc56e #6e5bc5 #c56e5b

Analogous Colors of #5bc56e

#5bc56e #5bc5a3 #7dc55b

Monochromatic Colors of #5bc56e

#5bc56e

Complementary Color

#5bc56e #c55bb2

#5bc56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc56e Color CSS Codes

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

#5bc56e Text Font Color

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

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


#5bc56e Background Color

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

This div background color is #5bc56e


#5bc56e Border Color

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

This div border color is #5bc56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc56e


Comments

No comments written yet.

Please login to write comment.