Color Hex Logo

#5bc71d Color Hex

#5BC71D
(91,199,29)
0 Favorites   0 Comments

Color spaces of #5bc71d

RGB 9119929
HSL0.270.750.45
HSV98°85°78°
CMYK 0.540.000.85   0.22
XYZ24.959643.15978.1775
Yxy43.15970.32710.5657
Hunter Lab65.6960-47.151438.6071
CIE-Lab71.6632-57.672266.7614

#5bc71d color RGB value is (91,199,29).

#5bc71d hex color red value is 91, green value is 199 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5bc71d hue: 0.27 , saturation: 0.75 and the lightness value of 5bc71d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000111 00011101
Octal 133 307 35
Decimal 91 199 29
Hex 5B C7 1D

RGB Percentages of Color #5bc71d

%28.53
%62.38
%9.09

CMYK Percentages of Color #5bc71d

%54
%0
%85
%22

Triadic Colors of #5bc71d

#5bc71d #1d5bc7 #c71d5b

Analogous Colors of #5bc71d

#5bc71d #1dc734 #b0c71d

Monochromatic Colors of #5bc71d

#5bc71d

Complementary Color

#5bc71d #891dc7

#5bc71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc71d Color CSS Codes

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

#5bc71d Text Font Color

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

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


#5bc71d Background Color

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

This div background color is #5bc71d


#5bc71d Border Color

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

This div border color is #5bc71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc71d


Comments

No comments written yet.

Please login to write comment.