COLOR #5EBA6C

HEX: #5EBA6C
RGB: (94,186,108)

Color info

#5EBA6C contains mainly green color. Web safe color of #5EBA6C is #66CC66 (or #6C6).

RGB color model

#5EBA6C color RGB value is (94,186,108).

  • red value is 94;
  • green value is 186;
  • blue value is 108.
RGB:
(94,186,108)
(37%,73%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 186 of 255 = 73%
B 108 of 255 = 42%

94
186
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 186 + 108 = 388 (100%)
R 94 of 388 ~ 24.23%
G 186 of 388 ~ 47.94%
B 108 of 388 ~ 27.84%

%24.23
%47.94
%27.84

CMYK color model

#5EBA6C color CMYK value is (49,0,42,27).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 27.06%
CMYK:
(49,0,42,27)
C49M0Y42K27 
(49%,0%,42%,27%)
(0.49/0.00/0.42/0.27)	

CMYK percentages

%49.46
%0
%41.94
%27.06

Codes

Color #5EBA6C in popluar color models

5EBA6C
RGB94186108
HSL129°40.00%54.90%
HSB/HSV129°49.46%72.94%
CMYK49.46%0.00%41.94%
27.06%

Color #5EBA6C in popluar number systems.

HEX5EBA6C
Decimal94186108
Binary1011110101110101101100
Octal136272154

Shades and tints

Shades of #5EBA6C

#5EBA6C
(94,186,108)
#56AA63
(86,170,99)
#4E9A5A
(78,154,90)
#468A51
(70,138,81)
#3E7A48
(62,122,72)
#366A3F
(54,106,63)
#2E5A36
(46,90,54)
#264A2D
(38,74,45)
#1E3A24
(30,58,36)
#162A1B
(22,42,27)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #5EBA6C

#5EBA6C
(94,186,108)
#6CC079
(108,192,121)
#7AC686
(122,198,134)
#88CC93
(136,204,147)
#96D2A0
(150,210,160)
#A4D8AD
(164,216,173)
#B2DEBA
(178,222,186)
#C0E4C7
(192,228,199)
#CEEAD4
(206,234,212)
#DCF0E1
(220,240,225)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBA6C color. Also use rgb(94,186,108) instead hex code.

Text Font Color

.myTextColor { color: #5EBA6C; }

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

This text font color is #5EBA6C.


Background Color

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

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

This div background color is #5EBA6C.


Border color

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

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

This div border color is #5EBA6C.


Opacity

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

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

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

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

This text has shadow with #5EBA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBA6C on black background.


Color preview on white background

This text has color #5EBA6C on white background.



Black color preview on #5EBA6C background

This text has black color on #5EBA6C background.


White color preview on #5EBA6C background

This text has white color on #5EBA6C background.