Color Hex Logo

#5bd76c Color Hex

#5BD76C
(91,215,108)
0 Favorites   0 Comments

Color spaces of #5bd76c

RGB 91215108
HSL0.360.610.60
HSV128°58°84°
CMYK 0.580.000.50   0.16
XYZ31.321651.907722.5557
Yxy51.90770.29610.4907
Hunter Lab72.0470-48.481431.8710
CIE-Lab77.2256-56.474742.3946

#5bd76c color RGB value is (91,215,108).

#5bd76c hex color red value is 91, green value is 215 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5bd76c hue: 0.36 , saturation: 0.61 and the lightness value of 5bd76c is 0.60.

The process color (four color CMYK) of #5bd76c color hex is 0.58, 0.00, 0.50, 0.16. Web safe color of #5bd76c is #66cc66. Color #5bd76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010111 01101100
Octal 133 327 154
Decimal 91 215 108
Hex 5B D7 6C

RGB Percentages of Color #5bd76c

%21.98
%51.93
%26.09

CMYK Percentages of Color #5bd76c

%58
%0
%50
%16

Triadic Colors of #5bd76c

#5bd76c #6c5bd7 #d76c5b

Analogous Colors of #5bd76c

#5bd76c #5bd7aa #88d75b

Monochromatic Colors of #5bd76c

#5bd76c

Complementary Color

#5bd76c #d75bc6

#5bd76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd76c Color CSS Codes

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

#5bd76c Text Font Color

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

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


#5bd76c Background Color

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

This div background color is #5bd76c


#5bd76c Border Color

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

This div border color is #5bd76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd76c


Comments

No comments written yet.

Please login to write comment.