COLOR #5EBC56

HEX: #5EBC56
RGB: (94,188,86)

Color info

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

RGB color model

#5EBC56 color RGB value is (94,188,86).

  • red value is 94;
  • green value is 188;
  • blue value is 86.
RGB:
(94,188,86)
(37%,74%,34%)

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 86 of 255 = 34%

94
188
86

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

Portions of RGB colors in percentages

R + G + B =
94 + 188 + 86 = 368 (100%)
R 94 of 368 ~ 25.54%
G 188 of 368 ~ 51.09%
B 86 of 368 ~ 23.37%

%25.54
%51.09
%23.37

CMYK color model

#5EBC56 color CMYK value is (50,0,54,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 26.27%
CMYK:
(50,0,54,26)
C50M0Y54K26 
(50%,0%,54%,26%)
(0.50/0.00/0.54/0.26)	

CMYK percentages

%50
%0
%54.26
%26.27

Codes

Color #5EBC56 in popluar color models

5EBC56
RGB9418886
HSL115°43.22%53.73%
HSB/HSV115°54.26%73.73%
CMYK50.00%0.00%54.26%
26.27%

Color #5EBC56 in popluar number systems.

HEX5EBC56
Decimal9418886
Binary1011110101111001010110
Octal136274126

Shades and tints

Shades of #5EBC56

#5EBC56
(94,188,86)
#56AB4F
(86,171,79)
#4E9A48
(78,154,72)
#468941
(70,137,65)
#3E783A
(62,120,58)
#366733
(54,103,51)
#2E562C
(46,86,44)
#264525
(38,69,37)
#1E341E
(30,52,30)
#162317
(22,35,23)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5EBC56

#5EBC56
(94,188,86)
#6CC265
(108,194,101)
#7AC874
(122,200,116)
#88CE83
(136,206,131)
#96D492
(150,212,146)
#A4DAA1
(164,218,161)
#B2E0B0
(178,224,176)
#C0E6BF
(192,230,191)
#CEECCE
(206,236,206)
#DCF2DD
(220,242,221)
#EAF8EC
(234,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBC56 color. Also use rgb(94,188,86) instead hex code.

Text Font Color

.myTextColor { color: #5EBC56; }

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

This text font color is #5EBC56.


Background Color

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

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

This div background color is #5EBC56.


Border color

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

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

This div border color is #5EBC56.


Opacity

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

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

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

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

This text has shadow with #5EBC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBC56 on black background.


Color preview on white background

This text has color #5EBC56 on white background.



Black color preview on #5EBC56 background

This text has black color on #5EBC56 background.


White color preview on #5EBC56 background

This text has white color on #5EBC56 background.