COLOR #5EC393

HEX: #5EC393
RGB: (94,195,147)

Color info

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

RGB color model

#5EC393 color RGB value is (94,195,147).

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

RGB channels and saturation

R 94 of 255 = 37%
G 195 of 255 = 76%
B 147 of 255 = 58%

94
195
147

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

Portions of RGB colors in percentages

R + G + B =
94 + 195 + 147 = 436 (100%)
R 94 of 436 ~ 21.56%
G 195 of 436 ~ 44.72%
B 147 of 436 ~ 33.72%

%21.56
%44.72
%33.72

CMYK color model

#5EC393 color CMYK value is (52,0,25,24).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(52,0,25,24)
C52M0Y25K24 
(52%,0%,25%,24%)
(0.52/0.00/0.25/0.24)	

CMYK percentages

%51.79
%0
%24.62
%23.53

Codes

Color #5EC393 in popluar color models

5EC393
RGB94195147
HSL151°45.70%56.67%
HSB/HSV151°51.79%76.47%
CMYK51.79%0.00%24.62%
23.53%

Color #5EC393 in popluar number systems.

HEX5EC393
Decimal94195147
Binary10111101100001110010011
Octal136303223

Shades and tints

Shades of #5EC393

#5EC393
(94,195,147)
#56B286
(86,178,134)
#4EA179
(78,161,121)
#46906C
(70,144,108)
#3E7F5F
(62,127,95)
#366E52
(54,110,82)
#2E5D45
(46,93,69)
#264C38
(38,76,56)
#1E3B2B
(30,59,43)
#162A1E
(22,42,30)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #5EC393

#5EC393
(94,195,147)
#6CC89C
(108,200,156)
#7ACDA5
(122,205,165)
#88D2AE
(136,210,174)
#96D7B7
(150,215,183)
#A4DCC0
(164,220,192)
#B2E1C9
(178,225,201)
#C0E6D2
(192,230,210)
#CEEBDB
(206,235,219)
#DCF0E4
(220,240,228)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EC393; }

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

This text font color is #5EC393.


Background Color

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

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

This div background color is #5EC393.


Border color

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

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

This div border color is #5EC393.


Opacity

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

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

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

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

This text has shadow with #5EC393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC393 on black background.


Color preview on white background

This text has color #5EC393 on white background.



Black color preview on #5EC393 background

This text has black color on #5EC393 background.


White color preview on #5EC393 background

This text has white color on #5EC393 background.