COLOR #5EF859

HEX: #5EF859
RGB: (94,248,89)

Color info

#5EF859 contains mainly green color. Web safe color of #5EF859 is #66FF66 (or #6F6).

RGB color model

#5EF859 color RGB value is (94,248,89).

  • red value is 94;
  • green value is 248;
  • blue value is 89.
RGB:
(94,248,89)
(37%,97%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 248 of 255 = 97%
B 89 of 255 = 35%

94
248
89

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

Portions of RGB colors in percentages

R + G + B =
94 + 248 + 89 = 431 (100%)
R 94 of 431 ~ 21.81%
G 248 of 431 ~ 57.54%
B 89 of 431 ~ 20.65%

%21.81
%57.54
%20.65

CMYK color model

#5EF859 color CMYK value is (62,0,64,3).

  • cyan value is 62.10%
  • magenta value is 0.00%
  • yellow value is 64.11%
  • key color value is 2.75%
CMYK:
(62,0,64,3)
C62M0Y64K3 
(62%,0%,64%,3%)
(0.62/0.00/0.64/0.03)	

CMYK percentages

%62.1
%0
%64.11
%2.75

Codes

Color #5EF859 in popluar color models

5EF859
RGB9424889
HSL118°91.91%66.08%
HSB/HSV118°64.11%97.25%
CMYK62.10%0.00%64.11%
2.75%

Color #5EF859 in popluar number systems.

HEX5EF859
Decimal9424889
Binary1011110111110001011001
Octal136370131

Shades and tints

Shades of #5EF859

#5EF859
(94,248,89)
#56E251
(86,226,81)
#4ECC49
(78,204,73)
#46B641
(70,182,65)
#3EA039
(62,160,57)
#368A31
(54,138,49)
#2E7429
(46,116,41)
#265E21
(38,94,33)
#1E4819
(30,72,25)
#163211
(22,50,17)
#0E1C09
(14,28,9)
#000000
(0,0,0)

Tints of #5EF859

#5EF859
(94,248,89)
#6CF868
(108,248,104)
#7AF877
(122,248,119)
#88F886
(136,248,134)
#96F895
(150,248,149)
#A4F8A4
(164,248,164)
#B2F8B3
(178,248,179)
#C0F8C2
(192,248,194)
#CEF8D1
(206,248,209)
#DCF8E0
(220,248,224)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EF859 color. Also use rgb(94,248,89) instead hex code.

Text Font Color

.myTextColor { color: #5EF859; }

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

This text font color is #5EF859.


Background Color

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

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

This div background color is #5EF859.


Border color

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

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

This div border color is #5EF859.


Opacity

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

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

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

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

This text has shadow with #5EF859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EF859 on black background.


Color preview on white background

This text has color #5EF859 on white background.



Black color preview on #5EF859 background

This text has black color on #5EF859 background.


White color preview on #5EF859 background

This text has white color on #5EF859 background.