Color Hex Logo

#5dc37e Color Hex

#5DC37E
(93,195,126)
0 Favorites   0 Comments

Color spaces of #5dc37e

RGB 93195126
HSL0.390.460.56
HSV139°52°76°
CMYK 0.520.000.35   0.24
XYZ27.795242.863726.5472
Yxy42.86370.28590.4410
Hunter Lab65.4704-38.791721.7881
CIE-Lab71.4624-45.113425.8529

#5dc37e color RGB value is (93,195,126).

#5dc37e hex color red value is 93, green value is 195 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5dc37e hue: 0.39 , saturation: 0.46 and the lightness value of 5dc37e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000011 01111110
Octal 135 303 176
Decimal 93 195 126
Hex 5D C3 7E

RGB Percentages of Color #5dc37e

%22.46
%47.10
%30.43

CMYK Percentages of Color #5dc37e

%52
%0
%35
%24

Triadic Colors of #5dc37e

#5dc37e #7e5dc3 #c37e5d

Analogous Colors of #5dc37e

#5dc37e #5dc3b1 #6fc35d

Monochromatic Colors of #5dc37e

#5dc37e

Complementary Color

#5dc37e #c35da2

#5dc37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc37e Color CSS Codes

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

#5dc37e Text Font Color

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

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


#5dc37e Background Color

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

This div background color is #5dc37e


#5dc37e Border Color

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

This div border color is #5dc37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc37e


Comments

No comments written yet.

Please login to write comment.