Color Hex Logo

#5fdf78 Color Hex

#5FDF78
(95,223,120)
0 Favorites   0 Comments

Color spaces of #5fdf78

RGB 95223120
HSL0.370.670.62
HSV132°57°87°
CMYK 0.570.000.46   0.13
XYZ34.497256.564326.8691
Yxy56.56430.29250.4796
Hunter Lab75.2092-49.741331.4646
CIE-Lab79.9339-56.850339.9561

#5fdf78 color RGB value is (95,223,120).

#5fdf78 hex color red value is 95, green value is 223 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #5fdf78 hue: 0.37 , saturation: 0.67 and the lightness value of 5fdf78 is 0.62.

The process color (four color CMYK) of #5fdf78 color hex is 0.57, 0.00, 0.46, 0.13. Web safe color of #5fdf78 is #66cc66. Color #5fdf78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011111 01111000
Octal 137 337 170
Decimal 95 223 120
Hex 5F DF 78

RGB Percentages of Color #5fdf78

%21.69
%50.91
%27.40

CMYK Percentages of Color #5fdf78

%57
%0
%46
%13

Triadic Colors of #5fdf78

#5fdf78 #785fdf #df785f

Analogous Colors of #5fdf78

#5fdf78 #5fdfb8 #86df5f

Monochromatic Colors of #5fdf78

#5fdf78

Complementary Color

#5fdf78 #df5fc6

#5fdf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdf78 Color CSS Codes

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

#5fdf78 Text Font Color

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

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


#5fdf78 Background Color

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

This div background color is #5fdf78


#5fdf78 Border Color

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

This div border color is #5fdf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdf78


Comments

No comments written yet.

Please login to write comment.