COLOR #5EE889

HEX: #5EE889 RGB: (94,232,137)

Color info

#5EE889 contains mainly green color. Web safe color of #5EE889 is #66FF99 (or #6F9).

RGB color model

#5EE889 color RGB value is (94,232,137).

RGB: (94,232,137) (37%, 91%, 54%)

RGB channels and saturation

R 94 of 255 = 37%
G 232 of 255 = 91%
B 137 of 255 = 54%

94
232
137

R + G + B ~ 61%. #5EE889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 232 + 137 = 463 (100%)
R 94 of 463 ~ 20.3%
G 232 of 463 ~ 50.11%
B 137 of 463 ~ 29.59'%

%20.3
%50.11
%29.59

CMYK color model

#5EE889 color CMYK value is (59,0,41,9).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 9.02%

CMYK: (59,0,41,9)
C59M0Y41K9 (59%, 0%, 41%, 9%)
(0.59 / 0.00 / 0.41 / 0.09)

CMYK percentages

%59.48
%0
%40.95
%9.02

Codes

Color #5EE889 in popluar color models

5E E8 89
RGB 94 232 137
HSL 139° 75.00% 63.92%
HSB/HSV 139° 59.48% 90.98%
CMYK 59.48% 0.00% 40.95%
9.02%

Color #5EE889 in popluar number systems.

HEX 5E E8 89
Decimal 94 232 137
Binary 1011110 11101000 10001001
Octal 136 350 211

Shades and tints

Shades of #5EE889

#5EE889
(94,232,137)
#56D37D
(86,211,125)
#4EBE71
(78,190,113)
#46A965
(70,169,101)
#3E9459
(62,148,89)
#367F4D
(54,127,77)
#2E6A41
(46,106,65)
#265535
(38,85,53)
#1E4029
(30,64,41)
#162B1D
(22,43,29)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5EE889

#5EE889
(94,232,137)
#6CEA93
(108,234,147)
#7AEC9D
(122,236,157)
#88EEA7
(136,238,167)
#96F0B1
(150,240,177)
#A4F2BB
(164,242,187)
#B2F4C5
(178,244,197)
#C0F6CF
(192,246,207)
#CEF8D9
(206,248,217)
#DCFAE3
(220,250,227)
#EAFCED
(234,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE889 color. Also use rgb(94,232,137) instead hex code.

Text Font Color

.myTextColor { color: #5EE889; }

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

This text font color is #5EE889.

Background Color

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

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

This div background color is #5EE889.

Border color

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

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

This div border color is #5EE889.

Opacity

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

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

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

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

This text has shadow with #5EE889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EE889.

Preview

Color preview on black background

This text has color #5EE889 on black background.


Color preview on white background

This text has color #5EE889 on white background.


Black color preview on #5EE889 background

This text has black color on #5EE889 background.


White color preview on #5EE889 background

This text has white color on #5EE889 background.


Related colors

Complementary color

Complementary color for #hex is #A11776.


I love getcolorcode.com

Triadic colors

1 #895EE8 and #E8895E with #5EE889 are triadic colors.

2 #89E85E and #E85E89 with #5EE889 are triadic colors.