Color Hex Logo

#5bc97c Color Hex

#5BC97C
(91,201,124)
0 Favorites   0 Comments

Color spaces of #5bc97c

RGB 91201124
HSL0.380.500.57
HSV138°55°79°
CMYK 0.550.000.38   0.21
XYZ28.839145.452726.3220
Yxy45.45270.28660.4518
Hunter Lab67.4186-41.627124.0447
CIE-Lab73.1890-48.451929.1842

#5bc97c color RGB value is (91,201,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001001 01111100
Octal 133 311 174
Decimal 91 201 124
Hex 5B C9 7C

RGB Percentages of Color #5bc97c

%21.88
%48.32
%29.81

CMYK Percentages of Color #5bc97c

%55
%0
%38
%21

Triadic Colors of #5bc97c

#5bc97c #7c5bc9 #c97c5b

Analogous Colors of #5bc97c

#5bc97c #5bc9b3 #71c95b

Monochromatic Colors of #5bc97c

#5bc97c

Complementary Color

#5bc97c #c95ba8

#5bc97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc97c Color CSS Codes

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

#5bc97c Text Font Color

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

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


#5bc97c Background Color

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

This div background color is #5bc97c


#5bc97c Border Color

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

This div border color is #5bc97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc97c


Comments

No comments written yet.

Please login to write comment.