COLOR #5EA95E

HEX: #5EA95E
RGB: (94,169,94)

Color info

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

RGB color model

#5EA95E color RGB value is (94,169,94).

  • red value is 94;
  • green value is 169;
  • blue value is 94.
RGB:
(94,169,94)
(37%,66%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 169 of 255 = 66%
B 94 of 255 = 37%

94
169
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 169 + 94 = 357 (100%)
R 94 of 357 ~ 26.33%
G 169 of 357 ~ 47.34%
B 94 of 357 ~ 26.33%

%26.33
%47.34
%26.33

CMYK color model

#5EA95E color CMYK value is (44,0,44,34).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK:
(44,0,44,34)
C44M0Y44K34 
(44%,0%,44%,34%)
(0.44/0.00/0.44/0.34)	

CMYK percentages

%44.38
%0
%44.38
%33.73

Codes

Color #5EA95E in popluar color models

5EA95E
RGB9416994
HSL120°30.36%51.57%
HSB/HSV120°44.38%66.27%
CMYK44.38%0.00%44.38%
33.73%

Color #5EA95E in popluar number systems.

HEX5EA95E
Decimal9416994
Binary1011110101010011011110
Octal136251136

Shades and tints

Shades of #5EA95E

#5EA95E
(94,169,94)
#569A56
(86,154,86)
#4E8B4E
(78,139,78)
#467C46
(70,124,70)
#3E6D3E
(62,109,62)
#365E36
(54,94,54)
#2E4F2E
(46,79,46)
#264026
(38,64,38)
#1E311E
(30,49,30)
#162216
(22,34,22)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5EA95E

#5EA95E
(94,169,94)
#6CB06C
(108,176,108)
#7AB77A
(122,183,122)
#88BE88
(136,190,136)
#96C596
(150,197,150)
#A4CCA4
(164,204,164)
#B2D3B2
(178,211,178)
#C0DAC0
(192,218,192)
#CEE1CE
(206,225,206)
#DCE8DC
(220,232,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA95E; }

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

This text font color is #5EA95E.


Background Color

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

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

This div background color is #5EA95E.


Border color

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

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

This div border color is #5EA95E.


Opacity

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

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

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

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

This text has shadow with #5EA95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA95E on black background.


Color preview on white background

This text has color #5EA95E on white background.



Black color preview on #5EA95E background

This text has black color on #5EA95E background.


White color preview on #5EA95E background

This text has white color on #5EA95E background.