COLOR #5EB34A

HEX: #5EB34A
RGB: (94,179,74)

Color info

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

RGB color model

#5EB34A color RGB value is (94,179,74).

  • red value is 94;
  • green value is 179;
  • blue value is 74.
RGB:
(94,179,74)
(37%,70%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 74 of 255 = 29%

94
179
74

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

Portions of RGB colors in percentages

R + G + B =
94 + 179 + 74 = 347 (100%)
R 94 of 347 ~ 27.09%
G 179 of 347 ~ 51.59%
B 74 of 347 ~ 21.33%

%27.09
%51.59
%21.33

CMYK color model

#5EB34A color CMYK value is (47,0,59,30).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 58.66%
  • key color value is 29.80%
CMYK:
(47,0,59,30)
C47M0Y59K30 
(47%,0%,59%,30%)
(0.47/0.00/0.59/0.30)	

CMYK percentages

%47.49
%0
%58.66
%29.8

Codes

Color #5EB34A in popluar color models

5EB34A
RGB9417974
HSL109°41.50%49.61%
HSB/HSV109°58.66%70.20%
CMYK47.49%0.00%58.66%
29.80%

Color #5EB34A in popluar number systems.

HEX5EB34A
Decimal9417974
Binary1011110101100111001010
Octal136263112

Shades and tints

Shades of #5EB34A

#5EB34A
(94,179,74)
#56A344
(86,163,68)
#4E933E
(78,147,62)
#468338
(70,131,56)
#3E7332
(62,115,50)
#36632C
(54,99,44)
#2E5326
(46,83,38)
#264320
(38,67,32)
#1E331A
(30,51,26)
#162314
(22,35,20)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5EB34A

#5EB34A
(94,179,74)
#6CB95A
(108,185,90)
#7ABF6A
(122,191,106)
#88C57A
(136,197,122)
#96CB8A
(150,203,138)
#A4D19A
(164,209,154)
#B2D7AA
(178,215,170)
#C0DDBA
(192,221,186)
#CEE3CA
(206,227,202)
#DCE9DA
(220,233,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB34A; }

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

This text font color is #5EB34A.


Background Color

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

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

This div background color is #5EB34A.


Border color

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

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

This div border color is #5EB34A.


Opacity

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

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

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

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

This text has shadow with #5EB34A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB34A on black background.


Color preview on white background

This text has color #5EB34A on white background.



Black color preview on #5EB34A background

This text has black color on #5EB34A background.


White color preview on #5EB34A background

This text has white color on #5EB34A background.