Color Hex Logo

#5bf977 Color Hex

#5BF977
(91,249,119)
0 Favorites   0 Comments

Color spaces of #5bf977

RGB 91249119
HSL0.360.930.67
HSV131°63°98°
CMYK 0.630.000.52   0.02
XYZ41.519871.307429.0282
Yxy71.30740.29270.5027
Hunter Lab84.4437-60.010538.7292
CIE-Lab87.6341-67.317949.9584

#5bf977 color RGB value is (91,249,119).

#5bf977 hex color red value is 91, green value is 249 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #5bf977 hue: 0.36 , saturation: 0.93 and the lightness value of 5bf977 is 0.67.

The process color (four color CMYK) of #5bf977 color hex is 0.63, 0.00, 0.52, 0.02. Web safe color of #5bf977 is #66ff66. Color #5bf977 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11111001 01110111
Octal 133 371 167
Decimal 91 249 119
Hex 5B F9 77

RGB Percentages of Color #5bf977

%19.83
%54.25
%25.93

CMYK Percentages of Color #5bf977

%63
%0
%52
%2

Triadic Colors of #5bf977

#5bf977 #775bf9 #f9775b

Analogous Colors of #5bf977

#5bf977 #5bf9c6 #8ef95b

Monochromatic Colors of #5bf977

#5bf977

Complementary Color

#5bf977 #f95bdd

#5bf977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bf977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bf977 Color CSS Codes

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

#5bf977 Text Font Color

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

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


#5bf977 Background Color

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

This div background color is #5bf977


#5bf977 Border Color

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

This div border color is #5bf977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bf977


Comments

No comments written yet.

Please login to write comment.