Color Hex Logo

#5bc527 Color Hex

#5BC527
(91,197,39)
0 Favorites   0 Comments

Color spaces of #5bc527

RGB 9119739
HSL0.280.670.46
HSV100°80°77°
CMYK 0.540.000.80   0.23
XYZ24.646842.30318.7858
Yxy42.30310.32540.5586
Hunter Lab65.0408-46.180037.5196
CIE-Lab71.0794-56.498863.7123

#5bc527 color RGB value is (91,197,39).

#5bc527 hex color red value is 91, green value is 197 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #5bc527 hue: 0.28 , saturation: 0.67 and the lightness value of 5bc527 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000101 00100111
Octal 133 305 47
Decimal 91 197 39
Hex 5B C5 27

RGB Percentages of Color #5bc527

%27.83
%60.24
%11.93

CMYK Percentages of Color #5bc527

%54
%0
%80
%23

Triadic Colors of #5bc527

#5bc527 #275bc5 #c5275b

Analogous Colors of #5bc527

#5bc527 #27c542 #aac527

Monochromatic Colors of #5bc527

#5bc527

Complementary Color

#5bc527 #9127c5

#5bc527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc527 Color CSS Codes

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

#5bc527 Text Font Color

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

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


#5bc527 Background Color

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

This div background color is #5bc527


#5bc527 Border Color

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

This div border color is #5bc527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc527


Comments

No comments written yet.

Please login to write comment.