COLOR #5EB487

HEX: #5EB487 RGB: (94,180,135)

Color info

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

RGB color model

#5EB487 color RGB value is (94,180,135).

RGB: (94,180,135) (37%, 71%, 53%)

RGB channels and saturation

R 94 of 255 = 37%
G 180 of 255 = 71%
B 135 of 255 = 53%

94
180
135

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

Portions of RGB colors in percentages

R + G + B = 94 + 180 + 135 = 409 (100%)
R 94 of 409 ~ 22.98%
G 180 of 409 ~ 44.01%
B 135 of 409 ~ 33.01'%

%22.98
%44.01
%33.01

CMYK color model

#5EB487 color CMYK value is (48,0,25,29).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK: (48,0,25,29) C48M0Y25K29 (48%,0%,25%,29%) (0.48/0.00/0.25/0.29) 

CMYK percentages

%47.78
%0
%25
%29.41

Codes

Color #5EB487 in popluar color models

5E B4 87
RGB 94 180 135
HSL 149° 36.44% 53.73%
HSB/HSV 149° 47.78% 70.59%
CMYK 47.78% 0.00% 25.00%
29.41%

Color #5EB487 in popluar number systems.

HEX 5E B4 87
Decimal 94 180 135
Binary 1011110 10110100 10000111
Octal 136 264 207

Shades and tints

Shades of #5EB487

#5EB487
(94,180,135)
#56A47B
(86,164,123)
#4E946F
(78,148,111)
#468463
(70,132,99)
#3E7457
(62,116,87)
#36644B
(54,100,75)
#2E543F
(46,84,63)
#264433
(38,68,51)
#1E3427
(30,52,39)
#16241B
(22,36,27)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #5EB487

#5EB487
(94,180,135)
#6CBA91
(108,186,145)
#7AC09B
(122,192,155)
#88C6A5
(136,198,165)
#96CCAF
(150,204,175)
#A4D2B9
(164,210,185)
#B2D8C3
(178,216,195)
#C0DECD
(192,222,205)
#CEE4D7
(206,228,215)
#DCEAE1
(220,234,225)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB487 color. Also use rgb(94,180,135) instead hex code.

Text Font Color

.myTextColor { color: #5EB487; }

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

This text font color is #5EB487.

Background Color

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

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

This div background color is #5EB487.

Border color

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

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

This div border color is #5EB487.

Opacity

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

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

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

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

This text has shadow with #5EB487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB487.

Preview

Color preview on black background

This text has color #5EB487 on black background.


Color preview on white background

This text has color #5EB487 on white background.


Black color preview on #5EB487 background

This text has black color on #5EB487 background.


White color preview on #5EB487 background

This text has white color on #5EB487 background.


Related colors

Complementary color

Complementary color for #hex is #A14B78.


I love getcolorcode.com

Triadic colors

1 #875EB4 and #B4875E with #5EB487 are triadic colors.

2 #87B45E and #B45E87 with #5EB487 are triadic colors.