Color Hex Logo

#5dc33e Color Hex

#5DC33E
(93,195,62)
0 Favorites   0 Comments

Color spaces of #5dc33e

RGB 9319562
HSL0.290.530.50
HSV106°68°76°
CMYK 0.520.000.68   0.24
XYZ24.898841.705211.2950
Yxy41.70520.31960.5354
Hunter Lab64.5796-44.193134.8358
CIE-Lab70.6672-53.639155.4527

#5dc33e color RGB value is (93,195,62).

#5dc33e hex color red value is 93, green value is 195 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5dc33e hue: 0.29 , saturation: 0.53 and the lightness value of 5dc33e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000011 00111110
Octal 135 303 76
Decimal 93 195 62
Hex 5D C3 3E

RGB Percentages of Color #5dc33e

%26.57
%55.71
%17.71

CMYK Percentages of Color #5dc33e

%52
%0
%68
%24

Triadic Colors of #5dc33e

#5dc33e #3e5dc3 #c33e5d

Analogous Colors of #5dc33e

#5dc33e #3ec362 #a0c33e

Monochromatic Colors of #5dc33e

#5dc33e

Complementary Color

#5dc33e #a43ec3

#5dc33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc33e Color CSS Codes

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

#5dc33e Text Font Color

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

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


#5dc33e Background Color

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

This div background color is #5dc33e


#5dc33e Border Color

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

This div border color is #5dc33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc33e


Comments

No comments written yet.

Please login to write comment.