COLOR #5EB784

HEX: #5EB784 RGB: (94,183,132)

Color info

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

RGB color model

#5EB784 color RGB value is (94,183,132).

RGB: (94,183,132) (37%, 72%, 52%)

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 132 of 255 = 52%

94
183
132

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

Portions of RGB colors in percentages

R + G + B = 94 + 183 + 132 = 409 (100%)
R 94 of 409 ~ 22.98%
G 183 of 409 ~ 44.74%
B 132 of 409 ~ 32.27'%

%22.98
%44.74
%32.27

CMYK color model

#5EB784 color CMYK value is (49,0,28,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 28.24%

CMYK: (49,0,28,28)
C49M0Y28K28 (49%, 0%, 28%, 28%)
(0.49 / 0.00 / 0.28 / 0.28)

CMYK percentages

%48.63
%0
%27.87
%28.24

Codes

Color #5EB784 in popluar color models

5E B7 84
RGB 94 183 132
HSL 146° 38.20% 54.31%
HSB/HSV 146° 48.63% 71.76%
CMYK 48.63% 0.00% 27.87%
28.24%

Color #5EB784 in popluar number systems.

HEX 5E B7 84
Decimal 94 183 132
Binary 1011110 10110111 10000100
Octal 136 267 204

Shades and tints

Shades of #5EB784

#5EB784
(94,183,132)
#56A778
(86,167,120)
#4E976C
(78,151,108)
#468760
(70,135,96)
#3E7754
(62,119,84)
#366748
(54,103,72)
#2E573C
(46,87,60)
#264730
(38,71,48)
#1E3724
(30,55,36)
#162718
(22,39,24)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #5EB784

#5EB784
(94,183,132)
#6CBD8F
(108,189,143)
#7AC39A
(122,195,154)
#88C9A5
(136,201,165)
#96CFB0
(150,207,176)
#A4D5BB
(164,213,187)
#B2DBC6
(178,219,198)
#C0E1D1
(192,225,209)
#CEE7DC
(206,231,220)
#DCEDE7
(220,237,231)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB784 color. Also use rgb(94,183,132) instead hex code.

Text Font Color

.myTextColor { color: #5EB784; }

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

This text font color is #5EB784.

Background Color

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

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

This div background color is #5EB784.

Border color

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

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

This div border color is #5EB784.

Opacity

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

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

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

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

This text has shadow with #5EB784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB784.

Preview

Color preview on black background

This text has color #5EB784 on black background.


Color preview on white background

This text has color #5EB784 on white background.


Black color preview on #5EB784 background

This text has black color on #5EB784 background.


White color preview on #5EB784 background

This text has white color on #5EB784 background.


Related colors

Complementary color

Complementary color for #hex is #A1487B.


I love getcolorcode.com

Triadic colors

1 #845EB7 and #B7845E with #5EB784 are triadic colors.

2 #84B75E and #B75E84 with #5EB784 are triadic colors.