COLOR #5EAF36

HEX: #5EAF36
RGB: (94,175,54)

Color info

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

RGB color model

#5EAF36 color RGB value is (94,175,54).

  • red value is 94;
  • green value is 175;
  • blue value is 54.
RGB:
(94,175,54)
(37%,69%,21%)

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 54 of 255 = 21%

94
175
54

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

Portions of RGB colors in percentages

R + G + B =
94 + 175 + 54 = 323 (100%)
R 94 of 323 ~ 29.1%
G 175 of 323 ~ 54.18%
B 54 of 323 ~ 16.72%

%29.1
%54.18
%16.72

CMYK color model

#5EAF36 color CMYK value is (46,0,69,31).

  • cyan value is 46.29%
  • magenta value is 0.00%
  • yellow value is 69.14%
  • key color value is 31.37%
CMYK:
(46,0,69,31)
C46M0Y69K31 
(46%,0%,69%,31%)
(0.46/0.00/0.69/0.31)	

CMYK percentages

%46.29
%0
%69.14
%31.37

Codes

Color #5EAF36 in popluar color models

5EAF36
RGB9417554
HSL100°52.84%44.90%
HSB/HSV100°69.14%68.63%
CMYK46.29%0.00%69.14%
31.37%

Color #5EAF36 in popluar number systems.

HEX5EAF36
Decimal9417554
Binary101111010101111110110
Octal13625766

Shades and tints

Shades of #5EAF36

#5EAF36
(94,175,54)
#56A032
(86,160,50)
#4E912E
(78,145,46)
#46822A
(70,130,42)
#3E7326
(62,115,38)
#366422
(54,100,34)
#2E551E
(46,85,30)
#26461A
(38,70,26)
#1E3716
(30,55,22)
#162812
(22,40,18)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #5EAF36

#5EAF36
(94,175,54)
#6CB648
(108,182,72)
#7ABD5A
(122,189,90)
#88C46C
(136,196,108)
#96CB7E
(150,203,126)
#A4D290
(164,210,144)
#B2D9A2
(178,217,162)
#C0E0B4
(192,224,180)
#CEE7C6
(206,231,198)
#DCEED8
(220,238,216)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAF36; }

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

This text font color is #5EAF36.


Background Color

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

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

This div background color is #5EAF36.


Border color

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

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

This div border color is #5EAF36.


Opacity

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

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

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

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

This text has shadow with #5EAF36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAF36 on black background.


Color preview on white background

This text has color #5EAF36 on white background.



Black color preview on #5EAF36 background

This text has black color on #5EAF36 background.


White color preview on #5EAF36 background

This text has white color on #5EAF36 background.