COLOR #5EA25B

HEX: #5EA25B
RGB: (94,162,91)

Color info

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

RGB color model

#5EA25B color RGB value is (94,162,91).

  • red value is 94;
  • green value is 162;
  • blue value is 91.
RGB:
(94,162,91)
(37%,64%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 162 of 255 = 64%
B 91 of 255 = 36%

94
162
91

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

Portions of RGB colors in percentages

R + G + B =
94 + 162 + 91 = 347 (100%)
R 94 of 347 ~ 27.09%
G 162 of 347 ~ 46.69%
B 91 of 347 ~ 26.22%

%27.09
%46.69
%26.22

CMYK color model

#5EA25B color CMYK value is (42,0,44,36).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 43.83%
  • key color value is 36.47%
CMYK:
(42,0,44,36)
C42M0Y44K36 
(42%,0%,44%,36%)
(0.42/0.00/0.44/0.36)	

CMYK percentages

%41.98
%0
%43.83
%36.47

Codes

Color #5EA25B in popluar color models

5EA25B
RGB9416291
HSL117°28.06%49.61%
HSB/HSV117°43.83%63.53%
CMYK41.98%0.00%43.83%
36.47%

Color #5EA25B in popluar number systems.

HEX5EA25B
Decimal9416291
Binary1011110101000101011011
Octal136242133

Shades and tints

Shades of #5EA25B

#5EA25B
(94,162,91)
#569453
(86,148,83)
#4E864B
(78,134,75)
#467843
(70,120,67)
#3E6A3B
(62,106,59)
#365C33
(54,92,51)
#2E4E2B
(46,78,43)
#264023
(38,64,35)
#1E321B
(30,50,27)
#162413
(22,36,19)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #5EA25B

#5EA25B
(94,162,91)
#6CAA69
(108,170,105)
#7AB277
(122,178,119)
#88BA85
(136,186,133)
#96C293
(150,194,147)
#A4CAA1
(164,202,161)
#B2D2AF
(178,210,175)
#C0DABD
(192,218,189)
#CEE2CB
(206,226,203)
#DCEAD9
(220,234,217)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA25B color. Also use rgb(94,162,91) instead hex code.

Text Font Color

.myTextColor { color: #5EA25B; }

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

This text font color is #5EA25B.


Background Color

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

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

This div background color is #5EA25B.


Border color

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

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

This div border color is #5EA25B.


Opacity

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

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

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

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

This text has shadow with #5EA25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA25B on black background.


Color preview on white background

This text has color #5EA25B on white background.



Black color preview on #5EA25B background

This text has black color on #5EA25B background.


White color preview on #5EA25B background

This text has white color on #5EA25B background.