Color Hex Logo

#5fc771 Color Hex

#5FC771
(95,199,113)
0 Favorites   0 Comments

Color spaces of #5fc771

RGB 95199113
HSL0.360.480.58
HSV130°52°78°
CMYK 0.520.000.43   0.22
XYZ28.123444.472022.7245
Yxy44.47200.29500.4666
Hunter Lab66.6873-41.425826.4774
CIE-Lab72.5429-48.469634.0264

#5fc771 color RGB value is (95,199,113).

#5fc771 hex color red value is 95, green value is 199 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5fc771 hue: 0.36 , saturation: 0.48 and the lightness value of 5fc771 is 0.58.

The process color (four color CMYK) of #5fc771 color hex is 0.52, 0.00, 0.43, 0.22. Web safe color of #5fc771 is #66cc66. Color #5fc771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000111 01110001
Octal 137 307 161
Decimal 95 199 113
Hex 5F C7 71

RGB Percentages of Color #5fc771

%23.34
%48.89
%27.76

CMYK Percentages of Color #5fc771

%52
%0
%43
%22

Triadic Colors of #5fc771

#5fc771 #715fc7 #c7715f

Analogous Colors of #5fc771

#5fc771 #5fc7a5 #81c75f

Monochromatic Colors of #5fc771

#5fc771

Complementary Color

#5fc771 #c75fb5

#5fc771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc771 Color CSS Codes

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

#5fc771 Text Font Color

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

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


#5fc771 Background Color

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

This div background color is #5fc771


#5fc771 Border Color

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

This div border color is #5fc771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc771


Comments

No comments written yet.

Please login to write comment.