Color Hex Logo

#5bc66f Color Hex

#5BC66F
(91,198,111)
0 Favorites   0 Comments

Color spaces of #5bc66f

RGB 91198111
HSL0.360.480.57
HSV131°54°78°
CMYK 0.540.000.44   0.22
XYZ27.377743.760022.0425
Yxy43.76000.29380.4696
Hunter Lab66.1513-41.890026.5497
CIE-Lab72.0678-49.393134.4062

#5bc66f color RGB value is (91,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000110 01101111
Octal 133 306 157
Decimal 91 198 111
Hex 5B C6 6F

RGB Percentages of Color #5bc66f

%22.75
%49.50
%27.75

CMYK Percentages of Color #5bc66f

%54
%0
%44
%22

Triadic Colors of #5bc66f

#5bc66f #6f5bc6 #c66f5b

Analogous Colors of #5bc66f

#5bc66f #5bc6a5 #7dc65b

Monochromatic Colors of #5bc66f

#5bc66f

Complementary Color

#5bc66f #c65bb2

#5bc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc66f Color CSS Codes

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

#5bc66f Text Font Color

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

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


#5bc66f Background Color

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

This div background color is #5bc66f


#5bc66f Border Color

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

This div border color is #5bc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc66f


Comments

No comments written yet.

Please login to write comment.