COLOR #5ED383

HEX: #5ED383
RGB: (94,211,131)

Color info

#5ED383 contains mainly green color. Web safe color of #5ED383 is #66CC99 (or #6C9).

RGB color model

#5ED383 color RGB value is (94,211,131).

  • red value is 94;
  • green value is 211;
  • blue value is 131.
RGB:
(94,211,131)
(37%,83%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 211 of 255 = 83%
B 131 of 255 = 51%

94
211
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 211 + 131 = 436 (100%)
R 94 of 436 ~ 21.56%
G 211 of 436 ~ 48.39%
B 131 of 436 ~ 30.05%

%21.56
%48.39
%30.05

CMYK color model

#5ED383 color CMYK value is (55,0,38,17).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(55,0,38,17)
C55M0Y38K17 
(55%,0%,38%,17%)
(0.55/0.00/0.38/0.17)	

CMYK percentages

%55.45
%0
%37.91
%17.25

Codes

Color #5ED383 in popluar color models

5ED383
RGB94211131
HSL139°57.07%59.80%
HSB/HSV139°55.45%82.75%
CMYK55.45%0.00%37.91%
17.25%

Color #5ED383 in popluar number systems.

HEX5ED383
Decimal94211131
Binary10111101101001110000011
Octal136323203

Shades and tints

Shades of #5ED383

#5ED383
(94,211,131)
#56C078
(86,192,120)
#4EAD6D
(78,173,109)
#469A62
(70,154,98)
#3E8757
(62,135,87)
#36744C
(54,116,76)
#2E6141
(46,97,65)
#264E36
(38,78,54)
#1E3B2B
(30,59,43)
#162820
(22,40,32)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #5ED383

#5ED383
(94,211,131)
#6CD78E
(108,215,142)
#7ADB99
(122,219,153)
#88DFA4
(136,223,164)
#96E3AF
(150,227,175)
#A4E7BA
(164,231,186)
#B2EBC5
(178,235,197)
#C0EFD0
(192,239,208)
#CEF3DB
(206,243,219)
#DCF7E6
(220,247,230)
#EAFBF1
(234,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED383 color. Also use rgb(94,211,131) instead hex code.

Text Font Color

.myTextColor { color: #5ED383; }

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

This text font color is #5ED383.


Background Color

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

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

This div background color is #5ED383.


Border color

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

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

This div border color is #5ED383.


Opacity

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

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

Text with #5ED383 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 #5ED383;}

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

This text has shadow with #5ED383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ED383 on black background.


Color preview on white background

This text has color #5ED383 on white background.



Black color preview on #5ED383 background

This text has black color on #5ED383 background.


White color preview on #5ED383 background

This text has white color on #5ED383 background.