COLOR #5EC674

HEX: #5EC674
RGB: (94,198,116)

Color info

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

RGB color model

#5EC674 color RGB value is (94,198,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 198 of 255 = 78%
B 116 of 255 = 45%

94
198
116

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

Portions of RGB colors in percentages

R + G + B =
94 + 198 + 116 = 408 (100%)
R 94 of 408 ~ 23.04%
G 198 of 408 ~ 48.53%
B 116 of 408 ~ 28.43%

%23.04
%48.53
%28.43

CMYK color model

#5EC674 color CMYK value is (53,0,41,22).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 22.35%
CMYK:
(53,0,41,22)
C53M0Y41K22 
(53%,0%,41%,22%)
(0.53/0.00/0.41/0.22)	

CMYK percentages

%52.53
%0
%41.41
%22.35

Codes

Color #5EC674 in popluar color models

5EC674
RGB94198116
HSL133°47.71%57.25%
HSB/HSV133°52.53%77.65%
CMYK52.53%0.00%41.41%
22.35%

Color #5EC674 in popluar number systems.

HEX5EC674
Decimal94198116
Binary1011110110001101110100
Octal136306164

Shades and tints

Shades of #5EC674

#5EC674
(94,198,116)
#56B46A
(86,180,106)
#4EA260
(78,162,96)
#469056
(70,144,86)
#3E7E4C
(62,126,76)
#366C42
(54,108,66)
#2E5A38
(46,90,56)
#26482E
(38,72,46)
#1E3624
(30,54,36)
#16241A
(22,36,26)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5EC674

#5EC674
(94,198,116)
#6CCB80
(108,203,128)
#7AD08C
(122,208,140)
#88D598
(136,213,152)
#96DAA4
(150,218,164)
#A4DFB0
(164,223,176)
#B2E4BC
(178,228,188)
#C0E9C8
(192,233,200)
#CEEED4
(206,238,212)
#DCF3E0
(220,243,224)
#EAF8EC
(234,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EC674; }

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

This text font color is #5EC674.


Background Color

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

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

This div background color is #5EC674.


Border color

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

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

This div border color is #5EC674.


Opacity

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

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

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

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

This text has shadow with #5EC674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC674 on black background.


Color preview on white background

This text has color #5EC674 on white background.



Black color preview on #5EC674 background

This text has black color on #5EC674 background.


White color preview on #5EC674 background

This text has white color on #5EC674 background.