COLOR #5ECD80

HEX: #5ECD80
RGB: (94,205,128)

Color info

#5ECD80 contains mainly green color. Web safe color of #5ECD80 is #66CC66 (or #6C6).

RGB color model

#5ECD80 color RGB value is (94,205,128).

  • red value is 94;
  • green value is 205;
  • blue value is 128.
RGB:
(94,205,128)
(37%,80%,50%)

RGB channels and saturation

R 94 of 255 = 37%
G 205 of 255 = 80%
B 128 of 255 = 50%

94
205
128

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

Portions of RGB colors in percentages

R + G + B =
94 + 205 + 128 = 427 (100%)
R 94 of 427 ~ 22.01%
G 205 of 427 ~ 48.01%
B 128 of 427 ~ 29.98%

%22.01
%48.01
%29.98

CMYK color model

#5ECD80 color CMYK value is (54,0,38,20).

  • cyan value is 54.15%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 19.61%
CMYK:
(54,0,38,20)
C54M0Y38K20 
(54%,0%,38%,20%)
(0.54/0.00/0.38/0.20)	

CMYK percentages

%54.15
%0
%37.56
%19.61

Codes

Color #5ECD80 in popluar color models

5ECD80
RGB94205128
HSL138°52.61%58.63%
HSB/HSV138°54.15%80.39%
CMYK54.15%0.00%37.56%
19.61%

Color #5ECD80 in popluar number systems.

HEX5ECD80
Decimal94205128
Binary10111101100110110000000
Octal136315200

Shades and tints

Shades of #5ECD80

#5ECD80
(94,205,128)
#56BB75
(86,187,117)
#4EA96A
(78,169,106)
#46975F
(70,151,95)
#3E8554
(62,133,84)
#367349
(54,115,73)
#2E613E
(46,97,62)
#264F33
(38,79,51)
#1E3D28
(30,61,40)
#162B1D
(22,43,29)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #5ECD80

#5ECD80
(94,205,128)
#6CD18B
(108,209,139)
#7AD596
(122,213,150)
#88D9A1
(136,217,161)
#96DDAC
(150,221,172)
#A4E1B7
(164,225,183)
#B2E5C2
(178,229,194)
#C0E9CD
(192,233,205)
#CEEDD8
(206,237,216)
#DCF1E3
(220,241,227)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECD80 color. Also use rgb(94,205,128) instead hex code.

Text Font Color

.myTextColor { color: #5ECD80; }

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

This text font color is #5ECD80.


Background Color

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

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

This div background color is #5ECD80.


Border color

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

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

This div border color is #5ECD80.


Opacity

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

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

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

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

This text has shadow with #5ECD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ECD80 on black background.


Color preview on white background

This text has color #5ECD80 on white background.



Black color preview on #5ECD80 background

This text has black color on #5ECD80 background.


White color preview on #5ECD80 background

This text has white color on #5ECD80 background.