COLOR #5EBF89

HEX: #5EBF89
RGB: (94,191,137)

Color info

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

RGB color model

#5EBF89 color RGB value is (94,191,137).

  • red value is 94;
  • green value is 191;
  • blue value is 137.
RGB:
(94,191,137)
(37%,75%,54%)

RGB channels and saturation

R 94 of 255 = 37%
G 191 of 255 = 75%
B 137 of 255 = 54%

94
191
137

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

Portions of RGB colors in percentages

R + G + B =
94 + 191 + 137 = 422 (100%)
R 94 of 422 ~ 22.27%
G 191 of 422 ~ 45.26%
B 137 of 422 ~ 32.46%

%22.27
%45.26
%32.46

CMYK color model

#5EBF89 color CMYK value is (51,0,28,25).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 28.27%
  • key color value is 25.10%
CMYK:
(51,0,28,25)
C51M0Y28K25 
(51%,0%,28%,25%)
(0.51/0.00/0.28/0.25)	

CMYK percentages

%50.79
%0
%28.27
%25.1

Codes

Color #5EBF89 in popluar color models

5EBF89
RGB94191137
HSL147°43.11%55.88%
HSB/HSV147°50.79%74.90%
CMYK50.79%0.00%28.27%
25.10%

Color #5EBF89 in popluar number systems.

HEX5EBF89
Decimal94191137
Binary10111101011111110001001
Octal136277211

Shades and tints

Shades of #5EBF89

#5EBF89
(94,191,137)
#56AE7D
(86,174,125)
#4E9D71
(78,157,113)
#468C65
(70,140,101)
#3E7B59
(62,123,89)
#366A4D
(54,106,77)
#2E5941
(46,89,65)
#264835
(38,72,53)
#1E3729
(30,55,41)
#16261D
(22,38,29)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #5EBF89

#5EBF89
(94,191,137)
#6CC493
(108,196,147)
#7AC99D
(122,201,157)
#88CEA7
(136,206,167)
#96D3B1
(150,211,177)
#A4D8BB
(164,216,187)
#B2DDC5
(178,221,197)
#C0E2CF
(192,226,207)
#CEE7D9
(206,231,217)
#DCECE3
(220,236,227)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBF89; }

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

This text font color is #5EBF89.


Background Color

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

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

This div background color is #5EBF89.


Border color

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

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

This div border color is #5EBF89.


Opacity

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

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

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

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

This text has shadow with #5EBF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBF89 on black background.


Color preview on white background

This text has color #5EBF89 on white background.



Black color preview on #5EBF89 background

This text has black color on #5EBF89 background.


White color preview on #5EBF89 background

This text has white color on #5EBF89 background.