COLOR #5EA62D

HEX: #5EA62D RGB: (94,166,45)

Color info

#5EA62D contains mainly green color. Web safe color of #5EA62D is #669933 (or #693).

RGB color model

#5EA62D color RGB value is (94,166,45).

RGB: (94,166,45) (37%, 65%, 18%)

RGB channels and saturation

R 94 of 255 = 37%
G 166 of 255 = 65%
B 45 of 255 = 18%

94
166
45

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

Portions of RGB colors in percentages

R + G + B = 94 + 166 + 45 = 305 (100%)
R 94 of 305 ~ 30.82%
G 166 of 305 ~ 54.43%
B 45 of 305 ~ 14.75'%

%30.82
%54.43
%14.75

CMYK color model

#5EA62D color CMYK value is (43,0,73,35).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 72.89%
  • key color value is 34.90%

CMYK: (43,0,73,35)
C43M0Y73K35 (43%, 0%, 73%, 35%)
(0.43 / 0.00 / 0.73 / 0.35)

CMYK percentages

%43.37
%0
%72.89
%34.9

Codes

Color #5EA62D in popluar color models

5E A6 2D
RGB 94 166 45
HSL 96° 57.35% 41.37%
HSB/HSV 96° 72.89% 65.10%
CMYK 43.37% 0.00% 72.89%
34.90%

Color #5EA62D in popluar number systems.

HEX 5E A6 2D
Decimal 94 166 45
Binary 1011110 10100110 101101
Octal 136 246 55

Shades and tints

Shades of #5EA62D

#5EA62D
(94,166,45)
#569729
(86,151,41)
#4E8825
(78,136,37)
#467921
(70,121,33)
#3E6A1D
(62,106,29)
#365B19
(54,91,25)
#2E4C15
(46,76,21)
#263D11
(38,61,17)
#1E2E0D
(30,46,13)
#161F09
(22,31,9)
#0E1005
(14,16,5)
#000000
(0,0,0)

Tints of #5EA62D

#5EA62D
(94,166,45)
#6CAE40
(108,174,64)
#7AB653
(122,182,83)
#88BE66
(136,190,102)
#96C679
(150,198,121)
#A4CE8C
(164,206,140)
#B2D69F
(178,214,159)
#C0DEB2
(192,222,178)
#CEE6C5
(206,230,197)
#DCEED8
(220,238,216)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA62D; }

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

This text font color is #5EA62D.

Background Color

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

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

This div background color is #5EA62D.

Border color

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

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

This div border color is #5EA62D.

Opacity

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

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

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

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

This text has shadow with #5EA62D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA62D.

Preview

Color preview on black background

This text has color #5EA62D on black background.


Color preview on white background

This text has color #5EA62D on white background.


Black color preview on #5EA62D background

This text has black color on #5EA62D background.


White color preview on #5EA62D background

This text has white color on #5EA62D background.


Related colors

Complementary color

Complementary color for #hex is #A159D2.


I love getcolorcode.com

Triadic colors

1 #2D5EA6 and #A62D5E with #5EA62D are triadic colors.

2 #2DA65E and #A65E2D with #5EA62D are triadic colors.