COLOR #5EC593

HEX: #5EC593
RGB: (94,197,147)

Color info

#5EC593 contains mainly green and blue colors. Web safe color of #5EC593 is #66CC99 (or #6C9).

RGB color model

#5EC593 color RGB value is (94,197,147).

  • red value is 94;
  • green value is 197;
  • blue value is 147.
RGB: (94,197,147) (37%,77%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 197 of 255 = 77%
B 147 of 255 = 58%

94
197
147

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

Portions of RGB colors in percentages

R + G + B =
94 + 197 + 147 = 438 (100%)
R 94 of 438 ~ 21.46%
G 197 of 438 ~ 44.98%
B 147 of 438 ~ 33.56%

%21.46
%44.98
%33.56

CMYK color model

#5EC593 color CMYK value is (52,0,25,23).

  • cyan value is 52.28%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK: (52,0,25,23) C52M0Y25K23 (52%,0%,25%,23%) (0.52/0.00/0.25/0.23)

CMYK percentages

%52.28
%0
%25.38
%22.75

Codes

Color #5EC593 in popluar color models

5EC593
RGB94197147
HSL151°47.03%57.06%
HSB/HSV151°52.28%77.25%
CMYK52.28%0.00%25.38%
22.75%

Color #5EC593 in popluar number systems.

HEX5EC593
Decimal94197147
Binary10111101100010110010011
Octal136305223

Shades and tints

Shades of #5EC593

#5EC593
(94,197,147)
#56B486
(86,180,134)
#4EA379
(78,163,121)
#46926C
(70,146,108)
#3E815F
(62,129,95)
#367052
(54,112,82)
#2E5F45
(46,95,69)
#264E38
(38,78,56)
#1E3D2B
(30,61,43)
#162C1E
(22,44,30)
#0E1B11
(14,27,17)
#000000
(0,0,0)

Tints of #5EC593

#5EC593
(94,197,147)
#6CCA9C
(108,202,156)
#7ACFA5
(122,207,165)
#88D4AE
(136,212,174)
#96D9B7
(150,217,183)
#A4DEC0
(164,222,192)
#B2E3C9
(178,227,201)
#C0E8D2
(192,232,210)
#CEEDDB
(206,237,219)
#DCF2E4
(220,242,228)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC593 color. Also use rgb(94,197,147) instead hex code.

Text Font Color

.myTextColor { color: #5EC593; }

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

This text font color is #5EC593.


Background Color

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

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

This div background color is #5EC593.


Border color

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

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

This div border color is #5EC593.


Opacity

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

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

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

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

This text has shadow with #5EC593 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5EC593 on black background.


Color preview on white background

This text has color #5EC593 on white background.



Black color preview on #5EC593 background

This text has black color on #5EC593 background.


White color preview on #5EC593 background

This text has white color on #5EC593 background.