Color Hex Logo

#5ff391 Color Hex

#5FF391
(95,243,145)
0 Favorites   0 Comments

Color spaces of #5ff391

RGB 95243145
HSL0.390.860.66
HSV140°61°95°
CMYK 0.610.000.40   0.05
XYZ41.880768.578437.8177
Yxy68.57840.28240.4625
Hunter Lab82.8121-54.648030.8926
CIE-Lab86.2949-60.449035.7846

#5ff391 color RGB value is (95,243,145).

#5ff391 hex color red value is 95, green value is 243 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #5ff391 hue: 0.39 , saturation: 0.86 and the lightness value of 5ff391 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11110011 10010001
Octal 137 363 221
Decimal 95 243 145
Hex 5F F3 91

RGB Percentages of Color #5ff391

%19.67
%50.31
%30.02

CMYK Percentages of Color #5ff391

%61
%0
%40
%5

Triadic Colors of #5ff391

#5ff391 #915ff3 #f3915f

Analogous Colors of #5ff391

#5ff391 #5ff3db #77f35f

Monochromatic Colors of #5ff391

#5ff391

Complementary Color

#5ff391 #f35fc1

#5ff391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff391 Color CSS Codes

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

#5ff391 Text Font Color

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

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


#5ff391 Background Color

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

This div background color is #5ff391


#5ff391 Border Color

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

This div border color is #5ff391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,243,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ff391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ff391;
  -webkit-box-shadow: 1px 1px 3px 2px #5ff391;
  box-shadow:         1px 1px 3px 2px #5ff391; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,243,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff391


Comments

No comments written yet.

Please login to write comment.