COLOR #5EB97D

HEX: #5EB97D
RGB: (94,185,125)

Color info

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

RGB color model

#5EB97D color RGB value is (94,185,125).

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

RGB channels and saturation

R 94 of 255 = 37%
G 185 of 255 = 73%
B 125 of 255 = 49%

94
185
125

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

Portions of RGB colors in percentages

R + G + B =
94 + 185 + 125 = 404 (100%)
R 94 of 404 ~ 23.27%
G 185 of 404 ~ 45.79%
B 125 of 404 ~ 30.94%

%23.27
%45.79
%30.94

CMYK color model

#5EB97D color CMYK value is (49,0,32,27).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(49,0,32,27)
C49M0Y32K27 
(49%,0%,32%,27%)
(0.49/0.00/0.32/0.27)	

CMYK percentages

%49.19
%0
%32.43
%27.45

Codes

Color #5EB97D in popluar color models

5EB97D
RGB94185125
HSL140°39.39%54.71%
HSB/HSV140°49.19%72.55%
CMYK49.19%0.00%32.43%
27.45%

Color #5EB97D in popluar number systems.

HEX5EB97D
Decimal94185125
Binary1011110101110011111101
Octal136271175

Shades and tints

Shades of #5EB97D

#5EB97D
(94,185,125)
#56A972
(86,169,114)
#4E9967
(78,153,103)
#46895C
(70,137,92)
#3E7951
(62,121,81)
#366946
(54,105,70)
#2E593B
(46,89,59)
#264930
(38,73,48)
#1E3925
(30,57,37)
#16291A
(22,41,26)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #5EB97D

#5EB97D
(94,185,125)
#6CBF88
(108,191,136)
#7AC593
(122,197,147)
#88CB9E
(136,203,158)
#96D1A9
(150,209,169)
#A4D7B4
(164,215,180)
#B2DDBF
(178,221,191)
#C0E3CA
(192,227,202)
#CEE9D5
(206,233,213)
#DCEFE0
(220,239,224)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB97D; }

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

This text font color is #5EB97D.


Background Color

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

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

This div background color is #5EB97D.


Border color

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

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

This div border color is #5EB97D.


Opacity

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

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

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

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

This text has shadow with #5EB97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB97D on black background.


Color preview on white background

This text has color #5EB97D on white background.



Black color preview on #5EB97D background

This text has black color on #5EB97D background.


White color preview on #5EB97D background

This text has white color on #5EB97D background.