COLOR #5ECA6C

HEX: #5ECA6C
RGB: (94,202,108)

Color info

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

RGB color model

#5ECA6C color RGB value is (94,202,108).

  • red value is 94;
  • green value is 202;
  • blue value is 108.
RGB:
(94,202,108)
(37%,79%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 202 of 255 = 79%
B 108 of 255 = 42%

94
202
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 202 + 108 = 404 (100%)
R 94 of 404 ~ 23.27%
G 202 of 404 ~ 50%
B 108 of 404 ~ 26.73%

%23.27
%50
%26.73

CMYK color model

#5ECA6C color CMYK value is (53,0,47,21).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 20.78%
CMYK:
(53,0,47,21)
C53M0Y47K21 
(53%,0%,47%,21%)
(0.53/0.00/0.47/0.21)	

CMYK percentages

%53.47
%0
%46.53
%20.78

Codes

Color #5ECA6C in popluar color models

5ECA6C
RGB94202108
HSL128°50.47%58.04%
HSB/HSV128°53.47%79.22%
CMYK53.47%0.00%46.53%
20.78%

Color #5ECA6C in popluar number systems.

HEX5ECA6C
Decimal94202108
Binary1011110110010101101100
Octal136312154

Shades and tints

Shades of #5ECA6C

#5ECA6C
(94,202,108)
#56B863
(86,184,99)
#4EA65A
(78,166,90)
#469451
(70,148,81)
#3E8248
(62,130,72)
#36703F
(54,112,63)
#2E5E36
(46,94,54)
#264C2D
(38,76,45)
#1E3A24
(30,58,36)
#16281B
(22,40,27)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #5ECA6C

#5ECA6C
(94,202,108)
#6CCE79
(108,206,121)
#7AD286
(122,210,134)
#88D693
(136,214,147)
#96DAA0
(150,218,160)
#A4DEAD
(164,222,173)
#B2E2BA
(178,226,186)
#C0E6C7
(192,230,199)
#CEEAD4
(206,234,212)
#DCEEE1
(220,238,225)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECA6C color. Also use rgb(94,202,108) instead hex code.

Text Font Color

.myTextColor { color: #5ECA6C; }

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

This text font color is #5ECA6C.


Background Color

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

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

This div background color is #5ECA6C.


Border color

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

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

This div border color is #5ECA6C.


Opacity

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

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

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

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

This text has shadow with #5ECA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ECA6C on black background.


Color preview on white background

This text has color #5ECA6C on white background.



Black color preview on #5ECA6C background

This text has black color on #5ECA6C background.


White color preview on #5ECA6C background

This text has white color on #5ECA6C background.