COLOR #5EB152

HEX: #5EB152
RGB: (94,177,82)

Color info

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

RGB color model

#5EB152 color RGB value is (94,177,82).

  • red value is 94;
  • green value is 177;
  • blue value is 82.
RGB:
(94,177,82)
(37%,69%,32%)

RGB channels and saturation

R 94 of 255 = 37%
G 177 of 255 = 69%
B 82 of 255 = 32%

94
177
82

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

Portions of RGB colors in percentages

R + G + B =
94 + 177 + 82 = 353 (100%)
R 94 of 353 ~ 26.63%
G 177 of 353 ~ 50.14%
B 82 of 353 ~ 23.23%

%26.63
%50.14
%23.23

CMYK color model

#5EB152 color CMYK value is (47,0,54,31).

  • cyan value is 46.89%
  • magenta value is 0.00%
  • yellow value is 53.67%
  • key color value is 30.59%
CMYK:
(47,0,54,31)
C47M0Y54K31 
(47%,0%,54%,31%)
(0.47/0.00/0.54/0.31)	

CMYK percentages

%46.89
%0
%53.67
%30.59

Codes

Color #5EB152 in popluar color models

5EB152
RGB9417782
HSL112°37.85%50.78%
HSB/HSV112°53.67%69.41%
CMYK46.89%0.00%53.67%
30.59%

Color #5EB152 in popluar number systems.

HEX5EB152
Decimal9417782
Binary1011110101100011010010
Octal136261122

Shades and tints

Shades of #5EB152

#5EB152
(94,177,82)
#56A14B
(86,161,75)
#4E9144
(78,145,68)
#46813D
(70,129,61)
#3E7136
(62,113,54)
#36612F
(54,97,47)
#2E5128
(46,81,40)
#264121
(38,65,33)
#1E311A
(30,49,26)
#162113
(22,33,19)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #5EB152

#5EB152
(94,177,82)
#6CB861
(108,184,97)
#7ABF70
(122,191,112)
#88C67F
(136,198,127)
#96CD8E
(150,205,142)
#A4D49D
(164,212,157)
#B2DBAC
(178,219,172)
#C0E2BB
(192,226,187)
#CEE9CA
(206,233,202)
#DCF0D9
(220,240,217)
#EAF7E8
(234,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB152 color. Also use rgb(94,177,82) instead hex code.

Text Font Color

.myTextColor { color: #5EB152; }

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

This text font color is #5EB152.


Background Color

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

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

This div background color is #5EB152.


Border color

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

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

This div border color is #5EB152.


Opacity

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

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

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

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

This text has shadow with #5EB152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB152 on black background.


Color preview on white background

This text has color #5EB152 on white background.



Black color preview on #5EB152 background

This text has black color on #5EB152 background.


White color preview on #5EB152 background

This text has white color on #5EB152 background.