COLOR #5ECD4D

HEX: #5ECD4D RGB: (94,205,77)

Color info

#5ECD4D contains mainly green color. Web safe color of #5ECD4D is #66CC33 (or #6C3).

RGB color model

#5ECD4D color RGB value is (94,205,77).

RGB: (94,205,77) (37%, 80%, 30%)

RGB channels and saturation

R 94 of 255 = 37%
G 205 of 255 = 80%
B 77 of 255 = 30%

94
205
77

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

Portions of RGB colors in percentages

R + G + B = 94 + 205 + 77 = 376 (100%)
R 94 of 376 ~ 25%
G 205 of 376 ~ 54.52%
B 77 of 376 ~ 20.48'%

%25
%54.52
%20.48

CMYK color model

#5ECD4D color CMYK value is (54,0,62,20).

  • cyan value is 54.15%
  • magenta value is 0.00%
  • yellow value is 62.44%
  • key color value is 19.61%

CMYK: (54,0,62,20)
C54M0Y62K20 (54%, 0%, 62%, 20%)
(0.54 / 0.00 / 0.62 / 0.20)

CMYK percentages

%54.15
%0
%62.44
%19.61

Codes

Color #5ECD4D in popluar color models

5E CD 4D
RGB 94 205 77
HSL 112° 56.14% 55.29%
HSB/HSV 112° 62.44% 80.39%
CMYK 54.15% 0.00% 62.44%
19.61%

Color #5ECD4D in popluar number systems.

HEX 5E CD 4D
Decimal 94 205 77
Binary 1011110 11001101 1001101
Octal 136 315 115

Shades and tints

Shades of #5ECD4D

#5ECD4D
(94,205,77)
#56BB46
(86,187,70)
#4EA93F
(78,169,63)
#469738
(70,151,56)
#3E8531
(62,133,49)
#36732A
(54,115,42)
#2E6123
(46,97,35)
#264F1C
(38,79,28)
#1E3D15
(30,61,21)
#162B0E
(22,43,14)
#0E1907
(14,25,7)
#000000
(0,0,0)

Tints of #5ECD4D

#5ECD4D
(94,205,77)
#6CD15D
(108,209,93)
#7AD56D
(122,213,109)
#88D97D
(136,217,125)
#96DD8D
(150,221,141)
#A4E19D
(164,225,157)
#B2E5AD
(178,229,173)
#C0E9BD
(192,233,189)
#CEEDCD
(206,237,205)
#DCF1DD
(220,241,221)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECD4D color. Also use rgb(94,205,77) instead hex code.

Text Font Color

.myTextColor { color: #5ECD4D; }

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

This text font color is #5ECD4D.

Background Color

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

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

This div background color is #5ECD4D.

Border color

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

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

This div border color is #5ECD4D.

Opacity

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

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

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

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

This text has shadow with #5ECD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ECD4D.

Preview

Color preview on black background

This text has color #5ECD4D on black background.


Color preview on white background

This text has color #5ECD4D on white background.


Black color preview on #5ECD4D background

This text has black color on #5ECD4D background.


White color preview on #5ECD4D background

This text has white color on #5ECD4D background.


Related colors

Complementary color

Complementary color for #hex is #A132B2.


I love getcolorcode.com

Triadic colors

1 #4D5ECD and #CD4D5E with #5ECD4D are triadic colors.

2 #4DCD5E and #CD5E4D with #5ECD4D are triadic colors.