COLOR #5EB350

HEX: #5EB350 RGB: (94,179,80)

Color info

#5EB350 contains mainly green color. Web safe color of #5EB350 is #669966 (or #696).

RGB color model

#5EB350 color RGB value is (94,179,80).

RGB: (94,179,80) (37%, 70%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 80 of 255 = 31%

94
179
80

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

Portions of RGB colors in percentages

R + G + B = 94 + 179 + 80 = 353 (100%)
R 94 of 353 ~ 26.63%
G 179 of 353 ~ 50.71%
B 80 of 353 ~ 22.66'%

%26.63
%50.71
%22.66

CMYK color model

#5EB350 color CMYK value is (47,0,55,30).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 55.31%
  • key color value is 29.80%

CMYK: (47,0,55,30)
C47M0Y55K30 (47%, 0%, 55%, 30%)
(0.47 / 0.00 / 0.55 / 0.30)

CMYK percentages

%47.49
%0
%55.31
%29.8

Codes

Color #5EB350 in popluar color models

5E B3 50
RGB 94 179 80
HSL 112° 39.44% 50.78%
HSB/HSV 112° 55.31% 70.20%
CMYK 47.49% 0.00% 55.31%
29.80%

Color #5EB350 in popluar number systems.

HEX 5E B3 50
Decimal 94 179 80
Binary 1011110 10110011 1010000
Octal 136 263 120

Shades and tints

Shades of #5EB350

#5EB350
(94,179,80)
#56A349
(86,163,73)
#4E9342
(78,147,66)
#46833B
(70,131,59)
#3E7334
(62,115,52)
#36632D
(54,99,45)
#2E5326
(46,83,38)
#26431F
(38,67,31)
#1E3318
(30,51,24)
#162311
(22,35,17)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #5EB350

#5EB350
(94,179,80)
#6CB95F
(108,185,95)
#7ABF6E
(122,191,110)
#88C57D
(136,197,125)
#96CB8C
(150,203,140)
#A4D19B
(164,209,155)
#B2D7AA
(178,215,170)
#C0DDB9
(192,221,185)
#CEE3C8
(206,227,200)
#DCE9D7
(220,233,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB350 color. Also use rgb(94,179,80) instead hex code.

Text Font Color

.myTextColor { color: #5EB350; }

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

This text font color is #5EB350.

Background Color

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

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

This div background color is #5EB350.

Border color

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

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

This div border color is #5EB350.

Opacity

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

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

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

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

This text has shadow with #5EB350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB350.

Preview

Color preview on black background

This text has color #5EB350 on black background.


Color preview on white background

This text has color #5EB350 on white background.


Black color preview on #5EB350 background

This text has black color on #5EB350 background.


White color preview on #5EB350 background

This text has white color on #5EB350 background.


Related colors

Complementary color

Complementary color for #hex is #A14CAF.


I love getcolorcode.com

Triadic colors

1 #505EB3 and #B3505E with #5EB350 are triadic colors.

2 #50B35E and #B35E50 with #5EB350 are triadic colors.