COLOR #5EB972

HEX: #5EB972
RGB: (94,185,114)

Color info

#5EB972 contains mainly green color. Web safe color of #5EB972 is #66CC66 (or #6C6).

RGB color model

#5EB972 color RGB value is (94,185,114).

  • red value is 94;
  • green value is 185;
  • blue value is 114.
RGB:
(94,185,114)
(37%,73%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 185 of 255 = 73%
B 114 of 255 = 45%

94
185
114

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

Portions of RGB colors in percentages

R + G + B =
94 + 185 + 114 = 393 (100%)
R 94 of 393 ~ 23.92%
G 185 of 393 ~ 47.07%
B 114 of 393 ~ 29.01%

%23.92
%47.07
%29.01

CMYK color model

#5EB972 color CMYK value is (49,0,38,27).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(49,0,38,27)
C49M0Y38K27 
(49%,0%,38%,27%)
(0.49/0.00/0.38/0.27)	

CMYK percentages

%49.19
%0
%38.38
%27.45

Codes

Color #5EB972 in popluar color models

5EB972
RGB94185114
HSL133°39.39%54.71%
HSB/HSV133°49.19%72.55%
CMYK49.19%0.00%38.38%
27.45%

Color #5EB972 in popluar number systems.

HEX5EB972
Decimal94185114
Binary1011110101110011110010
Octal136271162

Shades and tints

Shades of #5EB972

#5EB972
(94,185,114)
#56A968
(86,169,104)
#4E995E
(78,153,94)
#468954
(70,137,84)
#3E794A
(62,121,74)
#366940
(54,105,64)
#2E5936
(46,89,54)
#26492C
(38,73,44)
#1E3922
(30,57,34)
#162918
(22,41,24)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #5EB972

#5EB972
(94,185,114)
#6CBF7E
(108,191,126)
#7AC58A
(122,197,138)
#88CB96
(136,203,150)
#96D1A2
(150,209,162)
#A4D7AE
(164,215,174)
#B2DDBA
(178,221,186)
#C0E3C6
(192,227,198)
#CEE9D2
(206,233,210)
#DCEFDE
(220,239,222)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB972 color. Also use rgb(94,185,114) instead hex code.

Text Font Color

.myTextColor { color: #5EB972; }

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

This text font color is #5EB972.


Background Color

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

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

This div background color is #5EB972.


Border color

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

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

This div border color is #5EB972.


Opacity

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

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

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

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

This text has shadow with #5EB972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB972 on black background.


Color preview on white background

This text has color #5EB972 on white background.



Black color preview on #5EB972 background

This text has black color on #5EB972 background.


White color preview on #5EB972 background

This text has white color on #5EB972 background.