Color Hex Logo

#5bf193 Color Hex

#5BF193
(91,241,147)
0 Favorites   0 Comments

Color spaces of #5bf193

RGB 91241147
HSL0.400.840.65
HSV142°62°95°
CMYK 0.620.000.39   0.05
XYZ41.036167.241338.4198
Yxy67.24130.27970.4584
Hunter Lab82.0008-54.173729.6214
CIE-Lab85.6257-60.139633.8886

#5bf193 color RGB value is (91,241,147).

#5bf193 hex color red value is 91, green value is 241 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5bf193 hue: 0.40 , saturation: 0.84 and the lightness value of 5bf193 is 0.65.

The process color (four color CMYK) of #5bf193 color hex is 0.62, 0.00, 0.39, 0.05. Web safe color of #5bf193 is #66ff99. Color #5bf193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11110001 10010011
Octal 133 361 223
Decimal 91 241 147
Hex 5B F1 93

RGB Percentages of Color #5bf193

%19.00
%50.31
%30.69

CMYK Percentages of Color #5bf193

%62
%0
%39
%5

Triadic Colors of #5bf193

#5bf193 #935bf1 #f1935b

Analogous Colors of #5bf193

#5bf193 #5bf1de #6ef15b

Monochromatic Colors of #5bf193

#5bf193

Complementary Color

#5bf193 #f15bb9

#5bf193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bf193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bf193 Color CSS Codes

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

#5bf193 Text Font Color

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

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


#5bf193 Background Color

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

This div background color is #5bf193


#5bf193 Border Color

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

This div border color is #5bf193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bf193


Comments

No comments written yet.

Please login to write comment.