Color Hex Logo

#5fd74d Color Hex

#5FD74D
(95,215,77)
0 Favorites   0 Comments

Color spaces of #5fd74d

RGB 9521577
HSL0.310.630.57
HSV112°64°84°
CMYK 0.560.000.64   0.16
XYZ30.359351.569615.3750
Yxy51.56960.31200.5300
Hunter Lab71.8120-50.208137.5743
CIE-Lab77.0228-59.174156.2367

#5fd74d color RGB value is (95,215,77).

#5fd74d hex color red value is 95, green value is 215 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5fd74d hue: 0.31 , saturation: 0.63 and the lightness value of 5fd74d is 0.57.

The process color (four color CMYK) of #5fd74d color hex is 0.56, 0.00, 0.64, 0.16. Web safe color of #5fd74d is #66cc66. Color #5fd74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010111 01001101
Octal 137 327 115
Decimal 95 215 77
Hex 5F D7 4D

RGB Percentages of Color #5fd74d

%24.55
%55.56
%19.90

CMYK Percentages of Color #5fd74d

%56
%0
%64
%16

Triadic Colors of #5fd74d

#5fd74d #4d5fd7 #d74d5f

Analogous Colors of #5fd74d

#5fd74d #4dd780 #a4d74d

Monochromatic Colors of #5fd74d

#5fd74d

Complementary Color

#5fd74d #c54dd7

#5fd74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd74d Color CSS Codes

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

#5fd74d Text Font Color

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

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


#5fd74d Background Color

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

This div background color is #5fd74d


#5fd74d Border Color

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

This div border color is #5fd74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd74d


Comments

No comments written yet.

Please login to write comment.