COLOR #4EAD4E

HEX: #4EAD4E
RGB: (78,173,78)

Color info

#4EAD4E contains mainly green color. Web safe color of #4EAD4E is #669966 (or #696).

RGB color model

#4EAD4E color RGB value is (78,173,78).

  • red value is 78;
  • green value is 173;
  • blue value is 78.
RGB:
(78,173,78)
(31%,68%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 173 of 255 = 68%
B 78 of 255 = 31%

78
173
78

R + G + B ~ 43%. #4EAD4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 173 + 78 = 329 (100%)
R 78 of 329 ~ 23.71%
G 173 of 329 ~ 52.58%
B 78 of 329 ~ 23.71%

%23.71
%52.58
%23.71

CMYK color model

#4EAD4E color CMYK value is (55,0,55,32).

  • cyan value is 54.91%
  • magenta value is 0.00%
  • yellow value is 54.91%
  • key color value is 32.16%
CMYK:
(55,0,55,32)
C55M0Y55K32 
(55%,0%,55%,32%)
(0.55/0.00/0.55/0.32)	

CMYK percentages

%54.91
%0
%54.91
%32.16

Codes

Color #4EAD4E in popluar color models

4EAD4E
RGB7817378
HSL120°37.85%49.22%
HSB/HSV120°54.91%67.84%
CMYK54.91%0.00%54.91%
32.16%

Color #4EAD4E in popluar number systems.

HEX4EAD4E
Decimal7817378
Binary1001110101011011001110
Octal116255116

Shades and tints

Shades of #4EAD4E

#4EAD4E
(78,173,78)
#479E47
(71,158,71)
#408F40
(64,143,64)
#398039
(57,128,57)
#327132
(50,113,50)
#2B622B
(43,98,43)
#245324
(36,83,36)
#1D441D
(29,68,29)
#163516
(22,53,22)
#0F260F
(15,38,15)
#081708
(8,23,8)
#000000
(0,0,0)

Tints of #4EAD4E

#4EAD4E
(78,173,78)
#5EB45E
(94,180,94)
#6EBB6E
(110,187,110)
#7EC27E
(126,194,126)
#8EC98E
(142,201,142)
#9ED09E
(158,208,158)
#AED7AE
(174,215,174)
#BEDEBE
(190,222,190)
#CEE5CE
(206,229,206)
#DEECDE
(222,236,222)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAD4E color. Also use rgb(78,173,78) instead hex code.

Text Font Color

.myTextColor { color: #4EAD4E; }

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

This text font color is #4EAD4E.


Background Color

.myBgColor { background-color: #4EAD4E; }

<div style="background-color:#4EAD4E">Inner text</div>

This div background color is #4EAD4E.


Border color

.myBorderColor { border: 1px solid #4EAD4E; }

<div style="border:3px solid #4EAD4E">Div</div>

This div border color is #4EAD4E.


Opacity

.myOpacity80 { color: #4EAD4E; opacity: 0.8; }

<p style="color:#4EAD4E;opacity:0.8;">80%</p>

Text with #4EAD4E 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 #4EAD4E;}

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

This text has shadow with #4EAD4E color.

.textShadow {text-shadow: 3px 3px 1px #4EAD4E, 3px 3px 1px red;}

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

This text has shadow with #4EAD4E primary color and red secondary color.


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

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

This text has shadow with #4EAD4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAD4E on black background.


Color preview on white background

This text has color #4EAD4E on white background.



Black color preview on #4EAD4E background

This text has black color on #4EAD4E background.


White color preview on #4EAD4E background

This text has white color on #4EAD4E background.