COLOR #5EED8F

HEX: #5EED8F
RGB: (94,237,143)

Color info

#5EED8F contains mainly green color. Web safe color of #5EED8F is #66FF99 (or #6F9).

RGB color model

#5EED8F color RGB value is (94,237,143).

  • red value is 94;
  • green value is 237;
  • blue value is 143.
RGB:
(94,237,143)
(37%,93%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 237 of 255 = 93%
B 143 of 255 = 56%

94
237
143

R + G + B ~ 62%. #5EED8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 237 + 143 = 474 (100%)
R 94 of 474 ~ 19.83%
G 237 of 474 ~ 50%
B 143 of 474 ~ 30.17%

%19.83
%50
%30.17

CMYK color model

#5EED8F color CMYK value is (60,0,40,7).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 7.06%
CMYK:
(60,0,40,7)
C60M0Y40K7 
(60%,0%,40%,7%)
(0.60/0.00/0.40/0.07)	

CMYK percentages

%60.34
%0
%39.66
%7.06

Codes

Color #5EED8F in popluar color models

5EED8F
RGB94237143
HSL141°79.89%64.90%
HSB/HSV141°60.34%92.94%
CMYK60.34%0.00%39.66%
7.06%

Color #5EED8F in popluar number systems.

HEX5EED8F
Decimal94237143
Binary10111101110110110001111
Octal136355217

Shades and tints

Shades of #5EED8F

#5EED8F
(94,237,143)
#56D882
(86,216,130)
#4EC375
(78,195,117)
#46AE68
(70,174,104)
#3E995B
(62,153,91)
#36844E
(54,132,78)
#2E6F41
(46,111,65)
#265A34
(38,90,52)
#1E4527
(30,69,39)
#16301A
(22,48,26)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #5EED8F

#5EED8F
(94,237,143)
#6CEE99
(108,238,153)
#7AEFA3
(122,239,163)
#88F0AD
(136,240,173)
#96F1B7
(150,241,183)
#A4F2C1
(164,242,193)
#B2F3CB
(178,243,203)
#C0F4D5
(192,244,213)
#CEF5DF
(206,245,223)
#DCF6E9
(220,246,233)
#EAF7F3
(234,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EED8F color. Also use rgb(94,237,143) instead hex code.

Text Font Color

.myTextColor { color: #5EED8F; }

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

This text font color is #5EED8F.


Background Color

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

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

This div background color is #5EED8F.


Border color

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

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

This div border color is #5EED8F.


Opacity

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

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

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

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

This text has shadow with #5EED8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EED8F on black background.


Color preview on white background

This text has color #5EED8F on white background.



Black color preview on #5EED8F background

This text has black color on #5EED8F background.


White color preview on #5EED8F background

This text has white color on #5EED8F background.