COLOR #5EBA4B

HEX: #5EBA4B
RGB: (94,186,75)

Color info

#5EBA4B contains mainly green color. Web safe color of #5EBA4B is #66CC33 (or #6C3).

RGB color model

#5EBA4B color RGB value is (94,186,75).

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

RGB channels and saturation

R 94 of 255 = 37%
G 186 of 255 = 73%
B 75 of 255 = 29%

94
186
75

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

Portions of RGB colors in percentages

R + G + B =
94 + 186 + 75 = 355 (100%)
R 94 of 355 ~ 26.48%
G 186 of 355 ~ 52.39%
B 75 of 355 ~ 21.13%

%26.48
%52.39
%21.13

CMYK color model

#5EBA4B color CMYK value is (49,0,60,27).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(49,0,60,27)
C49M0Y60K27 
(49%,0%,60%,27%)
(0.49/0.00/0.60/0.27)	

CMYK percentages

%49.46
%0
%59.68
%27.06

Codes

Color #5EBA4B in popluar color models

5EBA4B
RGB9418675
HSL110°44.58%51.18%
HSB/HSV110°59.68%72.94%
CMYK49.46%0.00%59.68%
27.06%

Color #5EBA4B in popluar number systems.

HEX5EBA4B
Decimal9418675
Binary1011110101110101001011
Octal136272113

Shades and tints

Shades of #5EBA4B

#5EBA4B
(94,186,75)
#56AA45
(86,170,69)
#4E9A3F
(78,154,63)
#468A39
(70,138,57)
#3E7A33
(62,122,51)
#366A2D
(54,106,45)
#2E5A27
(46,90,39)
#264A21
(38,74,33)
#1E3A1B
(30,58,27)
#162A15
(22,42,21)
#0E1A0F
(14,26,15)
#000000
(0,0,0)

Tints of #5EBA4B

#5EBA4B
(94,186,75)
#6CC05B
(108,192,91)
#7AC66B
(122,198,107)
#88CC7B
(136,204,123)
#96D28B
(150,210,139)
#A4D89B
(164,216,155)
#B2DEAB
(178,222,171)
#C0E4BB
(192,228,187)
#CEEACB
(206,234,203)
#DCF0DB
(220,240,219)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBA4B; }

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

This text font color is #5EBA4B.


Background Color

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

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

This div background color is #5EBA4B.


Border color

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

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

This div border color is #5EBA4B.


Opacity

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

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

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

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

This text has shadow with #5EBA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBA4B on black background.


Color preview on white background

This text has color #5EBA4B on white background.



Black color preview on #5EBA4B background

This text has black color on #5EBA4B background.


White color preview on #5EBA4B background

This text has white color on #5EBA4B background.