COLOR #4EAD5E

HEX: #4EAD5E RGB: (78,173,94)

Color info

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

RGB color model

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

RGB: (78,173,94) (31%, 68%, 37%)

RGB channels and saturation

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

78
173
94

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

Portions of RGB colors in percentages

R + G + B = 78 + 173 + 94 = 345 (100%)
R 78 of 345 ~ 22.61%
G 173 of 345 ~ 50.14%
B 94 of 345 ~ 27.25'%

%22.61
%50.14
%27.25

CMYK color model

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

  • cyan value is 54.91%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 32.16%

CMYK: (55,0,46,32)
C55M0Y46K32 (55%, 0%, 46%, 32%)
(0.55 / 0.00 / 0.46 / 0.32)

CMYK percentages

%54.91
%0
%45.66
%32.16

Codes

Color #4EAD5E in popluar color models

4E AD 5E
RGB 78 173 94
HSL 130° 37.85% 49.22%
HSB/HSV 130° 54.91% 67.84%
CMYK 54.91% 0.00% 45.66%
32.16%

Color #4EAD5E in popluar number systems.

HEX 4E AD 5E
Decimal 78 173 94
Binary 1001110 10101101 1011110
Octal 116 255 136

Shades and tints

Shades of #4EAD5E

#4EAD5E
(78,173,94)
#479E56
(71,158,86)
#408F4E
(64,143,78)
#398046
(57,128,70)
#32713E
(50,113,62)
#2B6236
(43,98,54)
#24532E
(36,83,46)
#1D4426
(29,68,38)
#16351E
(22,53,30)
#0F2616
(15,38,22)
#08170E
(8,23,14)
#000000
(0,0,0)

Tints of #4EAD5E

#4EAD5E
(78,173,94)
#5EB46C
(94,180,108)
#6EBB7A
(110,187,122)
#7EC288
(126,194,136)
#8EC996
(142,201,150)
#9ED0A4
(158,208,164)
#AED7B2
(174,215,178)
#BEDEC0
(190,222,192)
#CEE5CE
(206,229,206)
#DEECDC
(222,236,220)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EAD5E; }

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

This text font color is #4EAD5E.

Background Color

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

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

This div background color is #4EAD5E.

Border color

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

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

This div border color is #4EAD5E.

Opacity

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

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

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

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

This text has shadow with #4EAD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EAD5E.

Preview

Color preview on black background

This text has color #4EAD5E on black background.


Color preview on white background

This text has color #4EAD5E on white background.


Black color preview on #4EAD5E background

This text has black color on #4EAD5E background.


White color preview on #4EAD5E background

This text has white color on #4EAD5E background.


Related colors

Complementary color

Complementary color for #hex is #B152A1.


I love getcolorcode.com

Triadic colors

1 #5E4EAD and #AD5E4E with #4EAD5E are triadic colors.

2 #5EAD4E and #AD4E5E with #4EAD5E are triadic colors.