COLOR #5ED761

HEX: #5ED761
RGB: (94,215,97)

Color info

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

RGB color model

#5ED761 color RGB value is (94,215,97).

  • red value is 94;
  • green value is 215;
  • blue value is 97.
RGB: (94,215,97) (37%,84%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 215 of 255 = 84%
B 97 of 255 = 38%

94
215
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 215 + 97 = 406 (100%)
R 94 of 406 ~ 23.15%
G 215 of 406 ~ 52.96%
B 97 of 406 ~ 23.89%

%23.15
%52.96
%23.89

CMYK color model

#5ED761 color CMYK value is (56,0,55,16).

  • cyan value is 56.28%
  • magenta value is 0.00%
  • yellow value is 54.88%
  • key color value is 15.69%
CMYK: (56,0,55,16) C56M0Y55K16 (56%,0%,55%,16%) (0.56/0.00/0.55/0.16)

CMYK percentages

%56.28
%0
%54.88
%15.69

Codes

Color #5ED761 in popluar color models

5ED761
RGB9421597
HSL121°60.20%60.59%
HSB/HSV121°56.28%84.31%
CMYK56.28%0.00%54.88%
15.69%

Color #5ED761 in popluar number systems.

HEX5ED761
Decimal9421597
Binary1011110110101111100001
Octal136327141

Shades and tints

Shades of #5ED761

#5ED761
(94,215,97)
#56C459
(86,196,89)
#4EB151
(78,177,81)
#469E49
(70,158,73)
#3E8B41
(62,139,65)
#367839
(54,120,57)
#2E6531
(46,101,49)
#265229
(38,82,41)
#1E3F21
(30,63,33)
#162C19
(22,44,25)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #5ED761

#5ED761
(94,215,97)
#6CDA6F
(108,218,111)
#7ADD7D
(122,221,125)
#88E08B
(136,224,139)
#96E399
(150,227,153)
#A4E6A7
(164,230,167)
#B2E9B5
(178,233,181)
#C0ECC3
(192,236,195)
#CEEFD1
(206,239,209)
#DCF2DF
(220,242,223)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED761 color. Also use rgb(94,215,97) instead hex code.

Text Font Color

.myTextColor { color: #5ED761; }

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

This text font color is #5ED761.


Background Color

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

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

This div background color is #5ED761.


Border color

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

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

This div border color is #5ED761.


Opacity

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

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

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

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

This text has shadow with #5ED761 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5ED761 on black background.


Color preview on white background

This text has color #5ED761 on white background.



Black color preview on #5ED761 background

This text has black color on #5ED761 background.


White color preview on #5ED761 background

This text has white color on #5ED761 background.