Color Hex Logo

#5bc65e Color Hex

#5BC65E
(91,198,94)
0 Favorites   0 Comments

Color spaces of #5bc65e

RGB 9119894
HSL0.340.480.57
HSV122°54°78°
CMYK 0.540.000.53   0.22
XYZ26.528843.420517.5724
Yxy43.42050.30310.4961
Hunter Lab65.8942-43.451430.3148
CIE-Lab71.8394-51.857742.5576

#5bc65e color RGB value is (91,198,94).

#5bc65e hex color red value is 91, green value is 198 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5bc65e hue: 0.34 , saturation: 0.48 and the lightness value of 5bc65e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000110 01011110
Octal 133 306 136
Decimal 91 198 94
Hex 5B C6 5E

RGB Percentages of Color #5bc65e

%23.76
%51.70
%24.54

CMYK Percentages of Color #5bc65e

%54
%0
%53
%22

Triadic Colors of #5bc65e

#5bc65e #5e5bc6 #c65e5b

Analogous Colors of #5bc65e

#5bc65e #5bc694 #8ec65b

Monochromatic Colors of #5bc65e

#5bc65e

Complementary Color

#5bc65e #c65bc3

#5bc65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc65e Color CSS Codes

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

#5bc65e Text Font Color

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

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


#5bc65e Background Color

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

This div background color is #5bc65e


#5bc65e Border Color

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

This div border color is #5bc65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc65e


Comments

No comments written yet.

Please login to write comment.