COLOR #5EDB8B

HEX: #5EDB8B
RGB: (94,219,139)

Color info

#5EDB8B contains mainly green color. Web safe color of #5EDB8B is #66CC99 (or #6C9).

RGB color model

#5EDB8B color RGB value is (94,219,139).

  • red value is 94;
  • green value is 219;
  • blue value is 139.
RGB:
(94,219,139)
(37%,86%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 219 of 255 = 86%
B 139 of 255 = 55%

94
219
139

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

Portions of RGB colors in percentages

R + G + B =
94 + 219 + 139 = 452 (100%)
R 94 of 452 ~ 20.8%
G 219 of 452 ~ 48.45%
B 139 of 452 ~ 30.75%

%20.8
%48.45
%30.75

CMYK color model

#5EDB8B color CMYK value is (57,0,37,14).

  • cyan value is 57.08%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 14.12%
CMYK:
(57,0,37,14)
C57M0Y37K14 
(57%,0%,37%,14%)
(0.57/0.00/0.37/0.14)	

CMYK percentages

%57.08
%0
%36.53
%14.12

Codes

Color #5EDB8B in popluar color models

5EDB8B
RGB94219139
HSL142°63.45%61.37%
HSB/HSV142°57.08%85.88%
CMYK57.08%0.00%36.53%
14.12%

Color #5EDB8B in popluar number systems.

HEX5EDB8B
Decimal94219139
Binary10111101101101110001011
Octal136333213

Shades and tints

Shades of #5EDB8B

#5EDB8B
(94,219,139)
#56C87F
(86,200,127)
#4EB573
(78,181,115)
#46A267
(70,162,103)
#3E8F5B
(62,143,91)
#367C4F
(54,124,79)
#2E6943
(46,105,67)
#265637
(38,86,55)
#1E432B
(30,67,43)
#16301F
(22,48,31)
#0E1D13
(14,29,19)
#000000
(0,0,0)

Tints of #5EDB8B

#5EDB8B
(94,219,139)
#6CDE95
(108,222,149)
#7AE19F
(122,225,159)
#88E4A9
(136,228,169)
#96E7B3
(150,231,179)
#A4EABD
(164,234,189)
#B2EDC7
(178,237,199)
#C0F0D1
(192,240,209)
#CEF3DB
(206,243,219)
#DCF6E5
(220,246,229)
#EAF9EF
(234,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EDB8B color. Also use rgb(94,219,139) instead hex code.

Text Font Color

.myTextColor { color: #5EDB8B; }

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

This text font color is #5EDB8B.


Background Color

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

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

This div background color is #5EDB8B.


Border color

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

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

This div border color is #5EDB8B.


Opacity

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

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

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

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

This text has shadow with #5EDB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EDB8B on black background.


Color preview on white background

This text has color #5EDB8B on white background.



Black color preview on #5EDB8B background

This text has black color on #5EDB8B background.


White color preview on #5EDB8B background

This text has white color on #5EDB8B background.