COLOR #5ED53A

HEX: #5ED53A
RGB: (94,213,58)

Color info

#5ED53A contains mainly green color. Web safe color of #5ED53A is #66CC33 (or #6C3).

RGB color model

#5ED53A color RGB value is (94,213,58).

  • red value is 94;
  • green value is 213;
  • blue value is 58.
RGB:
(94,213,58)
(37%,84%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 213 of 255 = 84%
B 58 of 255 = 23%

94
213
58

R + G + B ~ 48%. #5ED53A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 213 + 58 = 365 (100%)
R 94 of 365 ~ 25.75%
G 213 of 365 ~ 58.36%
B 58 of 365 ~ 15.89%

%25.75
%58.36
%15.89

CMYK color model

#5ED53A color CMYK value is (56,0,73,16).

  • cyan value is 55.87%
  • magenta value is 0.00%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(56,0,73,16)
C56M0Y73K16 
(56%,0%,73%,16%)
(0.56/0.00/0.73/0.16)	

CMYK percentages

%55.87
%0
%72.77
%16.47

Codes

Color #5ED53A in popluar color models

5ED53A
RGB9421358
HSL106°64.85%53.14%
HSB/HSV106°72.77%83.53%
CMYK55.87%0.00%72.77%
16.47%

Color #5ED53A in popluar number systems.

HEX5ED53A
Decimal9421358
Binary101111011010101111010
Octal13632572

Shades and tints

Shades of #5ED53A

#5ED53A
(94,213,58)
#56C235
(86,194,53)
#4EAF30
(78,175,48)
#469C2B
(70,156,43)
#3E8926
(62,137,38)
#367621
(54,118,33)
#2E631C
(46,99,28)
#265017
(38,80,23)
#1E3D12
(30,61,18)
#162A0D
(22,42,13)
#0E1708
(14,23,8)
#000000
(0,0,0)

Tints of #5ED53A

#5ED53A
(94,213,58)
#6CD84B
(108,216,75)
#7ADB5C
(122,219,92)
#88DE6D
(136,222,109)
#96E17E
(150,225,126)
#A4E48F
(164,228,143)
#B2E7A0
(178,231,160)
#C0EAB1
(192,234,177)
#CEEDC2
(206,237,194)
#DCF0D3
(220,240,211)
#EAF3E4
(234,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED53A color. Also use rgb(94,213,58) instead hex code.

Text Font Color

.myTextColor { color: #5ED53A; }

<p style="color:#5ED53A">This sample text font color is #5ED53A.</p>

This text font color is #5ED53A.


Background Color

.myBgColor { background-color: #5ED53A; }

<div style="background-color:#5ED53A">Inner text</div>

This div background color is #5ED53A.


Border color

.myBorderColor { border: 1px solid #5ED53A; }

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

This div border color is #5ED53A.


Opacity

.myOpacity80 { color: #5ED53A; opacity: 0.8; }

<p style="color:#5ED53A;opacity:0.8;">80%</p>

Text with #5ED53A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5ED53A;}

<p style="text-shadow: 3px 3px 1px #5ED53A">Text here.</p>

This text has shadow with #5ED53A color.

.textShadow {text-shadow: 3px 3px 1px #5ED53A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5ED53A, 5px 5px 20px red">Text here.</p>

This text has shadow with #5ED53A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5ED53A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5ED53A, Direction=45, Strength=4)">Text</p>

This text has shadow with #5ED53A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5ED53A;
  -webkit-box-shadow:	1px 1px 3px 2px #5ED53A;
  box-shadow:		1px 1px 3px 2px #5ED53A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ED53A;
-webkit-box-shadow: 1px 1px 3px 2px #5ED53A;
box-shadow:1px 1px 3px 2px #5ED53A;">
Div content here</div>
This div box has shadow with color #5ED53A.

Preview

Color preview on black background

This text has color #5ED53A on black background.


Color preview on white background

This text has color #5ED53A on white background.



Black color preview on #5ED53A background

This text has black color on #5ED53A background.


White color preview on #5ED53A background

This text has white color on #5ED53A background.