COLOR #5EB88D

HEX: #5EB88D RGB: (94,184,141)

Color info

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

RGB color model

#5EB88D color RGB value is (94,184,141).

RGB: (94,184,141) (37%, 72%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 184 of 255 = 72%
B 141 of 255 = 55%

94
184
141

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

Portions of RGB colors in percentages

R + G + B = 94 + 184 + 141 = 419 (100%)
R 94 of 419 ~ 22.43%
G 184 of 419 ~ 43.91%
B 141 of 419 ~ 33.65'%

%22.43
%43.91
%33.65

CMYK color model

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

  • cyan value is 48.91%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (49,0,23,28)
C49M0Y23K28 (49%, 0%, 23%, 28%)
(0.49 / 0.00 / 0.23 / 0.28)

CMYK percentages

%48.91
%0
%23.37
%27.84

Codes

Color #5EB88D in popluar color models

5E B8 8D
RGB 94 184 141
HSL 151° 38.79% 54.51%
HSB/HSV 151° 48.91% 72.16%
CMYK 48.91% 0.00% 23.37%
27.84%

Color #5EB88D in popluar number systems.

HEX 5E B8 8D
Decimal 94 184 141
Binary 1011110 10111000 10001101
Octal 136 270 215

Shades and tints

Shades of #5EB88D

#5EB88D
(94,184,141)
#56A881
(86,168,129)
#4E9875
(78,152,117)
#468869
(70,136,105)
#3E785D
(62,120,93)
#366851
(54,104,81)
#2E5845
(46,88,69)
#264839
(38,72,57)
#1E382D
(30,56,45)
#162821
(22,40,33)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #5EB88D

#5EB88D
(94,184,141)
#6CBE97
(108,190,151)
#7AC4A1
(122,196,161)
#88CAAB
(136,202,171)
#96D0B5
(150,208,181)
#A4D6BF
(164,214,191)
#B2DCC9
(178,220,201)
#C0E2D3
(192,226,211)
#CEE8DD
(206,232,221)
#DCEEE7
(220,238,231)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB88D color. Also use rgb(94,184,141) instead hex code.

Text Font Color

.myTextColor { color: #5EB88D; }

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

This text font color is #5EB88D.

Background Color

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

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

This div background color is #5EB88D.

Border color

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

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

This div border color is #5EB88D.

Opacity

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

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

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

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

This text has shadow with #5EB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB88D.

Preview

Color preview on black background

This text has color #5EB88D on black background.


Color preview on white background

This text has color #5EB88D on white background.


Black color preview on #5EB88D background

This text has black color on #5EB88D background.


White color preview on #5EB88D background

This text has white color on #5EB88D background.


Related colors

Complementary color

Complementary color for #hex is #A14772.


I love getcolorcode.com

Triadic colors

1 #8D5EB8 and #B88D5E with #5EB88D are triadic colors.

2 #8DB85E and #B85E8D with #5EB88D are triadic colors.