COLOR #5EF49D

HEX: #5EF49D
RGB: (94,244,157)

Color info

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

RGB color model

#5EF49D color RGB value is (94,244,157).

  • red value is 94;
  • green value is 244;
  • blue value is 157.
RGB:
(94,244,157)
(37%,96%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 244 of 255 = 96%
B 157 of 255 = 62%

94
244
157

R + G + B ~ 65%. #5EF49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 244 + 157 = 495 (100%)
R 94 of 495 ~ 18.99%
G 244 of 495 ~ 49.29%
B 157 of 495 ~ 31.72%

%18.99
%49.29
%31.72

CMYK color model

#5EF49D color CMYK value is (61,0,36,4).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 4.31%
CMYK:
(61,0,36,4)
C61M0Y36K4 
(61%,0%,36%,4%)
(0.61/0.00/0.36/0.04)	

CMYK percentages

%61.48
%0
%35.66
%4.31

Codes

Color #5EF49D in popluar color models

5EF49D
RGB94244157
HSL145°87.21%66.27%
HSB/HSV145°61.48%95.69%
CMYK61.48%0.00%35.66%
4.31%

Color #5EF49D in popluar number systems.

HEX5EF49D
Decimal94244157
Binary10111101111010010011101
Octal136364235

Shades and tints

Shades of #5EF49D

#5EF49D
(94,244,157)
#56DE8F
(86,222,143)
#4EC881
(78,200,129)
#46B273
(70,178,115)
#3E9C65
(62,156,101)
#368657
(54,134,87)
#2E7049
(46,112,73)
#265A3B
(38,90,59)
#1E442D
(30,68,45)
#162E1F
(22,46,31)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #5EF49D

#5EF49D
(94,244,157)
#6CF5A5
(108,245,165)
#7AF6AD
(122,246,173)
#88F7B5
(136,247,181)
#96F8BD
(150,248,189)
#A4F9C5
(164,249,197)
#B2FACD
(178,250,205)
#C0FBD5
(192,251,213)
#CEFCDD
(206,252,221)
#DCFDE5
(220,253,229)
#EAFEED
(234,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EF49D color. Also use rgb(94,244,157) instead hex code.

Text Font Color

.myTextColor { color: #5EF49D; }

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

This text font color is #5EF49D.


Background Color

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

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

This div background color is #5EF49D.


Border color

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

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

This div border color is #5EF49D.


Opacity

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

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

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

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

This text has shadow with #5EF49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EF49D on black background.


Color preview on white background

This text has color #5EF49D on white background.



Black color preview on #5EF49D background

This text has black color on #5EF49D background.


White color preview on #5EF49D background

This text has white color on #5EF49D background.