COLOR #5EC574

HEX: #5EC574
RGB: (94,197,116)

Color info

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

RGB color model

#5EC574 color RGB value is (94,197,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 197 of 255 = 77%
B 116 of 255 = 45%

94
197
116

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

Portions of RGB colors in percentages

R + G + B =
94 + 197 + 116 = 407 (100%)
R 94 of 407 ~ 23.1%
G 197 of 407 ~ 48.4%
B 116 of 407 ~ 28.5%

%23.1
%48.4
%28.5

CMYK color model

#5EC574 color CMYK value is (52,0,41,23).

  • cyan value is 52.28%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 22.75%
CMYK:
(52,0,41,23)
C52M0Y41K23 
(52%,0%,41%,23%)
(0.52/0.00/0.41/0.23)	

CMYK percentages

%52.28
%0
%41.12
%22.75

Codes

Color #5EC574 in popluar color models

5EC574
RGB94197116
HSL133°47.03%57.06%
HSB/HSV133°52.28%77.25%
CMYK52.28%0.00%41.12%
22.75%

Color #5EC574 in popluar number systems.

HEX5EC574
Decimal94197116
Binary1011110110001011110100
Octal136305164

Shades and tints

Shades of #5EC574

#5EC574
(94,197,116)
#56B46A
(86,180,106)
#4EA360
(78,163,96)
#469256
(70,146,86)
#3E814C
(62,129,76)
#367042
(54,112,66)
#2E5F38
(46,95,56)
#264E2E
(38,78,46)
#1E3D24
(30,61,36)
#162C1A
(22,44,26)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #5EC574

#5EC574
(94,197,116)
#6CCA80
(108,202,128)
#7ACF8C
(122,207,140)
#88D498
(136,212,152)
#96D9A4
(150,217,164)
#A4DEB0
(164,222,176)
#B2E3BC
(178,227,188)
#C0E8C8
(192,232,200)
#CEEDD4
(206,237,212)
#DCF2E0
(220,242,224)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EC574; }

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

This text font color is #5EC574.


Background Color

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

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

This div background color is #5EC574.


Border color

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

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

This div border color is #5EC574.


Opacity

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

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

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

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

This text has shadow with #5EC574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC574 on black background.


Color preview on white background

This text has color #5EC574 on white background.



Black color preview on #5EC574 background

This text has black color on #5EC574 background.


White color preview on #5EC574 background

This text has white color on #5EC574 background.