Color Hex Logo

#5fd99e Color Hex

#5FD99E
(95,217,158)
0 Favorites   0 Comments

Color spaces of #5fd99e

RGB 95217158
HSL0.420.620.61
HSV151°56°85°
CMYK 0.560.000.27   0.15
XYZ35.703754.527240.9908
Yxy54.52720.27210.4155
Hunter Lab73.8425-42.917718.7772
CIE-Lab78.7681-47.715218.9806

#5fd99e color RGB value is (95,217,158).

#5fd99e hex color red value is 95, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5fd99e hue: 0.42 , saturation: 0.62 and the lightness value of 5fd99e is 0.61.

The process color (four color CMYK) of #5fd99e color hex is 0.56, 0.00, 0.27, 0.15. Web safe color of #5fd99e is #66cc99. Color #5fd99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011001 10011110
Octal 137 331 236
Decimal 95 217 158
Hex 5F D9 9E

RGB Percentages of Color #5fd99e

%20.21
%46.17
%33.62

CMYK Percentages of Color #5fd99e

%56
%0
%27
%15

Triadic Colors of #5fd99e

#5fd99e #9e5fd9 #d99e5f

Analogous Colors of #5fd99e

#5fd99e #5fd7d9 #5fd961

Monochromatic Colors of #5fd99e

#5fd99e

Complementary Color

#5fd99e #d95f9a

#5fd99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd99e Color CSS Codes

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

#5fd99e Text Font Color

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

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


#5fd99e Background Color

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

This div background color is #5fd99e


#5fd99e Border Color

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

This div border color is #5fd99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd99e


Comments

No comments written yet.

Please login to write comment.