COLOR #5EE57D

HEX: #5EE57D
RGB: (94,229,125)

Color info

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

RGB color model

#5EE57D color RGB value is (94,229,125).

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

RGB channels and saturation

R 94 of 255 = 37%
G 229 of 255 = 90%
B 125 of 255 = 49%

94
229
125

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

Portions of RGB colors in percentages

R + G + B =
94 + 229 + 125 = 448 (100%)
R 94 of 448 ~ 20.98%
G 229 of 448 ~ 51.12%
B 125 of 448 ~ 27.9%

%20.98
%51.12
%27.9

CMYK color model

#5EE57D color CMYK value is (59,0,45,10).

  • cyan value is 58.95%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 10.20%
CMYK:
(59,0,45,10)
C59M0Y45K10 
(59%,0%,45%,10%)
(0.59/0.00/0.45/0.10)	

CMYK percentages

%58.95
%0
%45.41
%10.2

Codes

Color #5EE57D in popluar color models

5EE57D
RGB94229125
HSL134°72.19%63.33%
HSB/HSV134°58.95%89.80%
CMYK58.95%0.00%45.41%
10.20%

Color #5EE57D in popluar number systems.

HEX5EE57D
Decimal94229125
Binary1011110111001011111101
Octal136345175

Shades and tints

Shades of #5EE57D

#5EE57D
(94,229,125)
#56D172
(86,209,114)
#4EBD67
(78,189,103)
#46A95C
(70,169,92)
#3E9551
(62,149,81)
#368146
(54,129,70)
#2E6D3B
(46,109,59)
#265930
(38,89,48)
#1E4525
(30,69,37)
#16311A
(22,49,26)
#0E1D0F
(14,29,15)
#000000
(0,0,0)

Tints of #5EE57D

#5EE57D
(94,229,125)
#6CE788
(108,231,136)
#7AE993
(122,233,147)
#88EB9E
(136,235,158)
#96EDA9
(150,237,169)
#A4EFB4
(164,239,180)
#B2F1BF
(178,241,191)
#C0F3CA
(192,243,202)
#CEF5D5
(206,245,213)
#DCF7E0
(220,247,224)
#EAF9EB
(234,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EE57D; }

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

This text font color is #5EE57D.


Background Color

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

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

This div background color is #5EE57D.


Border color

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

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

This div border color is #5EE57D.


Opacity

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

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

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

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

This text has shadow with #5EE57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE57D on black background.


Color preview on white background

This text has color #5EE57D on white background.



Black color preview on #5EE57D background

This text has black color on #5EE57D background.


White color preview on #5EE57D background

This text has white color on #5EE57D background.