COLOR #5EF471

HEX: #5EF471
RGB: (94,244,113)

Color info

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

RGB color model

#5EF471 color RGB value is (94,244,113).

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

RGB channels and saturation

R 94 of 255 = 37%
G 244 of 255 = 96%
B 113 of 255 = 44%

94
244
113

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

Portions of RGB colors in percentages

R + G + B =
94 + 244 + 113 = 451 (100%)
R 94 of 451 ~ 20.84%
G 244 of 451 ~ 54.1%
B 113 of 451 ~ 25.06%

%20.84
%54.1
%25.06

CMYK color model

#5EF471 color CMYK value is (61,0,54,4).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 53.69%
  • key color value is 4.31%
CMYK:
(61,0,54,4)
C61M0Y54K4 
(61%,0%,54%,4%)
(0.61/0.00/0.54/0.04)	

CMYK percentages

%61.48
%0
%53.69
%4.31

Codes

Color #5EF471 in popluar color models

5EF471
RGB94244113
HSL128°87.21%66.27%
HSB/HSV128°61.48%95.69%
CMYK61.48%0.00%53.69%
4.31%

Color #5EF471 in popluar number systems.

HEX5EF471
Decimal94244113
Binary1011110111101001110001
Octal136364161

Shades and tints

Shades of #5EF471

#5EF471
(94,244,113)
#56DE67
(86,222,103)
#4EC85D
(78,200,93)
#46B253
(70,178,83)
#3E9C49
(62,156,73)
#36863F
(54,134,63)
#2E7035
(46,112,53)
#265A2B
(38,90,43)
#1E4421
(30,68,33)
#162E17
(22,46,23)
#0E180D
(14,24,13)
#000000
(0,0,0)

Tints of #5EF471

#5EF471
(94,244,113)
#6CF57D
(108,245,125)
#7AF689
(122,246,137)
#88F795
(136,247,149)
#96F8A1
(150,248,161)
#A4F9AD
(164,249,173)
#B2FAB9
(178,250,185)
#C0FBC5
(192,251,197)
#CEFCD1
(206,252,209)
#DCFDDD
(220,253,221)
#EAFEE9
(234,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EF471; }

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

This text font color is #5EF471.


Background Color

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

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

This div background color is #5EF471.


Border color

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

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

This div border color is #5EF471.


Opacity

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

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

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

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

This text has shadow with #5EF471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EF471 on black background.


Color preview on white background

This text has color #5EF471 on white background.



Black color preview on #5EF471 background

This text has black color on #5EF471 background.


White color preview on #5EF471 background

This text has white color on #5EF471 background.