COLOR #5ECA89

HEX: #5ECA89 RGB: (94,202,137)

Color info

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

RGB color model

#5ECA89 color RGB value is (94,202,137).

RGB: (94,202,137) (37%, 79%, 54%)

RGB channels and saturation

R 94 of 255 = 37%
G 202 of 255 = 79%
B 137 of 255 = 54%

94
202
137

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

Portions of RGB colors in percentages

R + G + B = 94 + 202 + 137 = 433 (100%)
R 94 of 433 ~ 21.71%
G 202 of 433 ~ 46.65%
B 137 of 433 ~ 31.64'%

%21.71
%46.65
%31.64

CMYK color model

#5ECA89 color CMYK value is (53,0,32,21).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 20.78%
CMYK: (53,0,32,21) C53M0Y32K21 (53%,0%,32%,21%) (0.53/0.00/0.32/0.21) 

CMYK percentages

%53.47
%0
%32.18
%20.78

Codes

Color #5ECA89 in popluar color models

5E CA 89
RGB 94 202 137
HSL 144° 50.47% 58.04%
HSB/HSV 144° 53.47% 79.22%
CMYK 53.47% 0.00% 32.18%
20.78%

Color #5ECA89 in popluar number systems.

HEX 5E CA 89
Decimal 94 202 137
Binary 1011110 11001010 10001001
Octal 136 312 211

Shades and tints

Shades of #5ECA89

#5ECA89
(94,202,137)
#56B87D
(86,184,125)
#4EA671
(78,166,113)
#469465
(70,148,101)
#3E8259
(62,130,89)
#36704D
(54,112,77)
#2E5E41
(46,94,65)
#264C35
(38,76,53)
#1E3A29
(30,58,41)
#16281D
(22,40,29)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5ECA89

#5ECA89
(94,202,137)
#6CCE93
(108,206,147)
#7AD29D
(122,210,157)
#88D6A7
(136,214,167)
#96DAB1
(150,218,177)
#A4DEBB
(164,222,187)
#B2E2C5
(178,226,197)
#C0E6CF
(192,230,207)
#CEEAD9
(206,234,217)
#DCEEE3
(220,238,227)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECA89 color. Also use rgb(94,202,137) instead hex code.

Text Font Color

.myTextColor { color: #5ECA89; }

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

This text font color is #5ECA89.

Background Color

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

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

This div background color is #5ECA89.

Border color

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

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

This div border color is #5ECA89.

Opacity

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

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

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

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

This text has shadow with #5ECA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ECA89.

Preview

Color preview on black background

This text has color #5ECA89 on black background.


Color preview on white background

This text has color #5ECA89 on white background.


Black color preview on #5ECA89 background

This text has black color on #5ECA89 background.


White color preview on #5ECA89 background

This text has white color on #5ECA89 background.


Related colors

Complementary color

Complementary color for #hex is #A13576.


I love getcolorcode.com

Triadic colors

1 #895ECA and #CA895E with #5ECA89 are triadic colors.

2 #89CA5E and #CA5E89 with #5ECA89 are triadic colors.