Color Hex Logo

#5fc95a Color Hex

#5FC95A
(95,201,90)
0 Favorites   0 Comments

Color spaces of #5fc95a

RGB 9520190
HSL0.330.510.57
HSV117°55°79°
CMYK 0.530.000.55   0.21
XYZ27.451444.944416.9012
Yxy44.94440.30740.5033
Hunter Lab67.0406-44.229931.9812
CIE-Lab72.8553-52.491345.7134

#5fc95a color RGB value is (95,201,90).

#5fc95a hex color red value is 95, green value is 201 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5fc95a hue: 0.33 , saturation: 0.51 and the lightness value of 5fc95a is 0.57.

The process color (four color CMYK) of #5fc95a color hex is 0.53, 0.00, 0.55, 0.21. Web safe color of #5fc95a is #66cc66. Color #5fc95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001001 01011010
Octal 137 311 132
Decimal 95 201 90
Hex 5F C9 5A

RGB Percentages of Color #5fc95a

%24.61
%52.07
%23.32

CMYK Percentages of Color #5fc95a

%53
%0
%55
%21

Triadic Colors of #5fc95a

#5fc95a #5a5fc9 #c95a5f

Analogous Colors of #5fc95a

#5fc95a #5ac98d #97c95a

Monochromatic Colors of #5fc95a

#5fc95a

Complementary Color

#5fc95a #c45ac9

#5fc95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc95a Color CSS Codes

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

#5fc95a Text Font Color

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

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


#5fc95a Background Color

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

This div background color is #5fc95a


#5fc95a Border Color

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

This div border color is #5fc95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc95a


Comments

No comments written yet.

Please login to write comment.