COLOR #5EDF71

HEX: #5EDF71
RGB: (94,223,113)

Color info

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

RGB color model

#5EDF71 color RGB value is (94,223,113).

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

RGB channels and saturation

R 94 of 255 = 37%
G 223 of 255 = 87%
B 113 of 255 = 44%

94
223
113

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

Portions of RGB colors in percentages

R + G + B =
94 + 223 + 113 = 430 (100%)
R 94 of 430 ~ 21.86%
G 223 of 430 ~ 51.86%
B 113 of 430 ~ 26.28%

%21.86
%51.86
%26.28

CMYK color model

#5EDF71 color CMYK value is (58,0,49,13).

  • cyan value is 57.85%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 12.55%
CMYK:
(58,0,49,13)
C58M0Y49K13 
(58%,0%,49%,13%)
(0.58/0.00/0.49/0.13)	

CMYK percentages

%57.85
%0
%49.33
%12.55

Codes

Color #5EDF71 in popluar color models

5EDF71
RGB94223113
HSL129°66.84%62.16%
HSB/HSV129°57.85%87.45%
CMYK57.85%0.00%49.33%
12.55%

Color #5EDF71 in popluar number systems.

HEX5EDF71
Decimal94223113
Binary1011110110111111110001
Octal136337161

Shades and tints

Shades of #5EDF71

#5EDF71
(94,223,113)
#56CB67
(86,203,103)
#4EB75D
(78,183,93)
#46A353
(70,163,83)
#3E8F49
(62,143,73)
#367B3F
(54,123,63)
#2E6735
(46,103,53)
#26532B
(38,83,43)
#1E3F21
(30,63,33)
#162B17
(22,43,23)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #5EDF71

#5EDF71
(94,223,113)
#6CE17D
(108,225,125)
#7AE389
(122,227,137)
#88E595
(136,229,149)
#96E7A1
(150,231,161)
#A4E9AD
(164,233,173)
#B2EBB9
(178,235,185)
#C0EDC5
(192,237,197)
#CEEFD1
(206,239,209)
#DCF1DD
(220,241,221)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EDF71; }

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

This text font color is #5EDF71.


Background Color

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

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

This div background color is #5EDF71.


Border color

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

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

This div border color is #5EDF71.


Opacity

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

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

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

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

This text has shadow with #5EDF71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EDF71 on black background.


Color preview on white background

This text has color #5EDF71 on white background.



Black color preview on #5EDF71 background

This text has black color on #5EDF71 background.


White color preview on #5EDF71 background

This text has white color on #5EDF71 background.