COLOR #5EAD7F

HEX: #5EAD7F
RGB: (94,173,127)

Color info

#5EAD7F contains mainly green and blue colors. Web safe color of #5EAD7F is #669966 (or #696).

RGB color model

#5EAD7F color RGB value is (94,173,127).

  • red value is 94;
  • green value is 173;
  • blue value is 127.
RGB:
(94,173,127)
(37%,68%,50%)

RGB channels and saturation

R 94 of 255 = 37%
G 173 of 255 = 68%
B 127 of 255 = 50%

94
173
127

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

Portions of RGB colors in percentages

R + G + B =
94 + 173 + 127 = 394 (100%)
R 94 of 394 ~ 23.86%
G 173 of 394 ~ 43.91%
B 127 of 394 ~ 32.23%

%23.86
%43.91
%32.23

CMYK color model

#5EAD7F color CMYK value is (46,0,27,32).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(46,0,27,32)
C46M0Y27K32 
(46%,0%,27%,32%)
(0.46/0.00/0.27/0.32)	

CMYK percentages

%45.66
%0
%26.59
%32.16

Codes

Color #5EAD7F in popluar color models

5EAD7F
RGB94173127
HSL145°32.51%52.35%
HSB/HSV145°45.66%67.84%
CMYK45.66%0.00%26.59%
32.16%

Color #5EAD7F in popluar number systems.

HEX5EAD7F
Decimal94173127
Binary1011110101011011111111
Octal136255177

Shades and tints

Shades of #5EAD7F

#5EAD7F
(94,173,127)
#569E74
(86,158,116)
#4E8F69
(78,143,105)
#46805E
(70,128,94)
#3E7153
(62,113,83)
#366248
(54,98,72)
#2E533D
(46,83,61)
#264432
(38,68,50)
#1E3527
(30,53,39)
#16261C
(22,38,28)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #5EAD7F

#5EAD7F
(94,173,127)
#6CB48A
(108,180,138)
#7ABB95
(122,187,149)
#88C2A0
(136,194,160)
#96C9AB
(150,201,171)
#A4D0B6
(164,208,182)
#B2D7C1
(178,215,193)
#C0DECC
(192,222,204)
#CEE5D7
(206,229,215)
#DCECE2
(220,236,226)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAD7F color. Also use rgb(94,173,127) instead hex code.

Text Font Color

.myTextColor { color: #5EAD7F; }

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

This text font color is #5EAD7F.


Background Color

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

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

This div background color is #5EAD7F.


Border color

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

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

This div border color is #5EAD7F.


Opacity

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

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

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

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

This text has shadow with #5EAD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAD7F on black background.


Color preview on white background

This text has color #5EAD7F on white background.



Black color preview on #5EAD7F background

This text has black color on #5EAD7F background.


White color preview on #5EAD7F background

This text has white color on #5EAD7F background.