COLOR #5EA66D

HEX: #5EA66D
RGB: (94,166,109)

Color info

#5EA66D contains mainly green and blue colors. Web safe color of #5EA66D is #669966 (or #696).

RGB color model

#5EA66D color RGB value is (94,166,109).

  • red value is 94;
  • green value is 166;
  • blue value is 109.
RGB:
(94,166,109)
(37%,65%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 166 of 255 = 65%
B 109 of 255 = 43%

94
166
109

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

Portions of RGB colors in percentages

R + G + B =
94 + 166 + 109 = 369 (100%)
R 94 of 369 ~ 25.47%
G 166 of 369 ~ 44.99%
B 109 of 369 ~ 29.54%

%25.47
%44.99
%29.54

CMYK color model

#5EA66D color CMYK value is (43,0,34,35).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 34.90%
CMYK:
(43,0,34,35)
C43M0Y34K35 
(43%,0%,34%,35%)
(0.43/0.00/0.34/0.35)	

CMYK percentages

%43.37
%0
%34.34
%34.9

Codes

Color #5EA66D in popluar color models

5EA66D
RGB94166109
HSL133°28.80%50.98%
HSB/HSV133°43.37%65.10%
CMYK43.37%0.00%34.34%
34.90%

Color #5EA66D in popluar number systems.

HEX5EA66D
Decimal94166109
Binary1011110101001101101101
Octal136246155

Shades and tints

Shades of #5EA66D

#5EA66D
(94,166,109)
#569764
(86,151,100)
#4E885B
(78,136,91)
#467952
(70,121,82)
#3E6A49
(62,106,73)
#365B40
(54,91,64)
#2E4C37
(46,76,55)
#263D2E
(38,61,46)
#1E2E25
(30,46,37)
#161F1C
(22,31,28)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #5EA66D

#5EA66D
(94,166,109)
#6CAE7A
(108,174,122)
#7AB687
(122,182,135)
#88BE94
(136,190,148)
#96C6A1
(150,198,161)
#A4CEAE
(164,206,174)
#B2D6BB
(178,214,187)
#C0DEC8
(192,222,200)
#CEE6D5
(206,230,213)
#DCEEE2
(220,238,226)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA66D; }

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

This text font color is #5EA66D.


Background Color

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

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

This div background color is #5EA66D.


Border color

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

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

This div border color is #5EA66D.


Opacity

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

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

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

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

This text has shadow with #5EA66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA66D on black background.


Color preview on white background

This text has color #5EA66D on white background.



Black color preview on #5EA66D background

This text has black color on #5EA66D background.


White color preview on #5EA66D background

This text has white color on #5EA66D background.