COLOR #5EAF56

HEX: #5EAF56
RGB: (94,175,86)

Color info

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

RGB color model

#5EAF56 color RGB value is (94,175,86).

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

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 86 of 255 = 34%

94
175
86

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

Portions of RGB colors in percentages

R + G + B =
94 + 175 + 86 = 355 (100%)
R 94 of 355 ~ 26.48%
G 175 of 355 ~ 49.3%
B 86 of 355 ~ 24.23%

%26.48
%49.3
%24.23

CMYK color model

#5EAF56 color CMYK value is (46,0,51,31).

  • cyan value is 46.29%
  • magenta value is 0.00%
  • yellow value is 50.86%
  • key color value is 31.37%
CMYK:
(46,0,51,31)
C46M0Y51K31 
(46%,0%,51%,31%)
(0.46/0.00/0.51/0.31)	

CMYK percentages

%46.29
%0
%50.86
%31.37

Codes

Color #5EAF56 in popluar color models

5EAF56
RGB9417586
HSL115°35.74%51.18%
HSB/HSV115°50.86%68.63%
CMYK46.29%0.00%50.86%
31.37%

Color #5EAF56 in popluar number systems.

HEX5EAF56
Decimal9417586
Binary1011110101011111010110
Octal136257126

Shades and tints

Shades of #5EAF56

#5EAF56
(94,175,86)
#56A04F
(86,160,79)
#4E9148
(78,145,72)
#468241
(70,130,65)
#3E733A
(62,115,58)
#366433
(54,100,51)
#2E552C
(46,85,44)
#264625
(38,70,37)
#1E371E
(30,55,30)
#162817
(22,40,23)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #5EAF56

#5EAF56
(94,175,86)
#6CB665
(108,182,101)
#7ABD74
(122,189,116)
#88C483
(136,196,131)
#96CB92
(150,203,146)
#A4D2A1
(164,210,161)
#B2D9B0
(178,217,176)
#C0E0BF
(192,224,191)
#CEE7CE
(206,231,206)
#DCEEDD
(220,238,221)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAF56; }

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

This text font color is #5EAF56.


Background Color

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

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

This div background color is #5EAF56.


Border color

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

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

This div border color is #5EAF56.


Opacity

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

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

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

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

This text has shadow with #5EAF56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAF56 on black background.


Color preview on white background

This text has color #5EAF56 on white background.



Black color preview on #5EAF56 background

This text has black color on #5EAF56 background.


White color preview on #5EAF56 background

This text has white color on #5EAF56 background.