Color Hex Logo

#5fd25d Color Hex

#5FD25D
(95,210,93)
0 Favorites   0 Comments

Color spaces of #5fd25d

RGB 9521093
HSL0.330.570.59
HSV119°56°82°
CMYK 0.550.000.56   0.18
XYZ29.741749.316418.3074
Yxy49.31640.30550.5065
Hunter Lab70.2256-47.297233.7014
CIE-Lab75.6477-55.580847.6261

#5fd25d color RGB value is (95,210,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010010 01011101
Octal 137 322 135
Decimal 95 210 93
Hex 5F D2 5D

RGB Percentages of Color #5fd25d

%23.87
%52.76
%23.37

CMYK Percentages of Color #5fd25d

%55
%0
%56
%18

Triadic Colors of #5fd25d

#5fd25d #5d5fd2 #d25d5f

Analogous Colors of #5fd25d

#5fd25d #5dd296 #9ad25d

Monochromatic Colors of #5fd25d

#5fd25d

Complementary Color

#5fd25d #d05dd2

#5fd25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd25d Color CSS Codes

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

#5fd25d Text Font Color

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

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


#5fd25d Background Color

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

This div background color is #5fd25d


#5fd25d Border Color

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

This div border color is #5fd25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd25d


Comments

No comments written yet.

Please login to write comment.