Color Hex Logo

#5ed24d Color Hex

#5ED24D
(94,210,77)
0 Favorites   0 Comments

Color spaces of #5ed24d

RGB 9421077
HSL0.310.600.56
HSV112°63°82°
CMYK 0.550.000.63   0.18
XYZ29.002249.008714.9522
Yxy49.00870.31200.5272
Hunter Lab70.0062-48.561836.3410
CIE-Lab75.4567-57.594554.5002

#5ed24d color RGB value is (94,210,77).

#5ed24d hex color red value is 94, green value is 210 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5ed24d hue: 0.31 , saturation: 0.60 and the lightness value of 5ed24d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010010 01001101
Octal 136 322 115
Decimal 94 210 77
Hex 5E D2 4D

RGB Percentages of Color #5ed24d

%24.67
%55.12
%20.21

CMYK Percentages of Color #5ed24d

%55
%0
%63
%18

Triadic Colors of #5ed24d

#5ed24d #4d5ed2 #d24d5e

Analogous Colors of #5ed24d

#5ed24d #4dd27f #a1d24d

Monochromatic Colors of #5ed24d

#5ed24d

Complementary Color

#5ed24d #c14dd2

#5ed24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed24d Color CSS Codes

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

#5ed24d Text Font Color

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

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


#5ed24d Background Color

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

This div background color is #5ed24d


#5ed24d Border Color

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

This div border color is #5ed24d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,210,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 #5ed24d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed24d


Comments

No comments written yet.

Please login to write comment.