COLOR #5EA87F

HEX: #5EA87F RGB: (94,168,127)

Color info

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

RGB color model

#5EA87F color RGB value is (94,168,127).

RGB: (94,168,127) (37%, 66%, 50%)

RGB channels and saturation

R 94 of 255 = 37%
G 168 of 255 = 66%
B 127 of 255 = 50%

94
168
127

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

Portions of RGB colors in percentages

R + G + B = 94 + 168 + 127 = 389 (100%)
R 94 of 389 ~ 24.16%
G 168 of 389 ~ 43.19%
B 127 of 389 ~ 32.65'%

%24.16
%43.19
%32.65

CMYK color model

#5EA87F color CMYK value is (44,0,24,34).

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (44,0,24,34)
C44M0Y24K34 (44%, 0%, 24%, 34%)
(0.44 / 0.00 / 0.24 / 0.34)

CMYK percentages

%44.05
%0
%24.4
%34.12

Codes

Color #5EA87F in popluar color models

5E A8 7F
RGB 94 168 127
HSL 147° 29.84% 51.37%
HSB/HSV 147° 44.05% 65.88%
CMYK 44.05% 0.00% 24.40%
34.12%

Color #5EA87F in popluar number systems.

HEX 5E A8 7F
Decimal 94 168 127
Binary 1011110 10101000 1111111
Octal 136 250 177

Shades and tints

Shades of #5EA87F

#5EA87F
(94,168,127)
#569974
(86,153,116)
#4E8A69
(78,138,105)
#467B5E
(70,123,94)
#3E6C53
(62,108,83)
#365D48
(54,93,72)
#2E4E3D
(46,78,61)
#263F32
(38,63,50)
#1E3027
(30,48,39)
#16211C
(22,33,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5EA87F

#5EA87F
(94,168,127)
#6CAF8A
(108,175,138)
#7AB695
(122,182,149)
#88BDA0
(136,189,160)
#96C4AB
(150,196,171)
#A4CBB6
(164,203,182)
#B2D2C1
(178,210,193)
#C0D9CC
(192,217,204)
#CEE0D7
(206,224,215)
#DCE7E2
(220,231,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA87F; }

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

This text font color is #5EA87F.

Background Color

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

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

This div background color is #5EA87F.

Border color

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

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

This div border color is #5EA87F.

Opacity

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

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

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

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

This text has shadow with #5EA87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA87F.

Preview

Color preview on black background

This text has color #5EA87F on black background.


Color preview on white background

This text has color #5EA87F on white background.


Black color preview on #5EA87F background

This text has black color on #5EA87F background.


White color preview on #5EA87F background

This text has white color on #5EA87F background.


Related colors

Complementary color

Complementary color for #hex is #A15780.


I love getcolorcode.com

Triadic colors

1 #7F5EA8 and #A87F5E with #5EA87F are triadic colors.

2 #7FA85E and #A85E7F with #5EA87F are triadic colors.