COLOR #4EDD8C

HEX: #4EDD8C RGB: (78,221,140)

Color info

#4EDD8C contains mainly green color. Web safe color of #4EDD8C is #66CC99 (or #6C9).

RGB color model

#4EDD8C color RGB value is (78,221,140).

RGB: (78,221,140) (31%, 87%, 55%)

RGB channels and saturation

R 78 of 255 = 31%
G 221 of 255 = 87%
B 140 of 255 = 55%

78
221
140

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

Portions of RGB colors in percentages

R + G + B = 78 + 221 + 140 = 439 (100%)
R 78 of 439 ~ 17.77%
G 221 of 439 ~ 50.34%
B 140 of 439 ~ 31.89'%

%17.77
%50.34
%31.89

CMYK color model

#4EDD8C color CMYK value is (65,0,37,13).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 13.33%

CMYK: (65,0,37,13)
C65M0Y37K13 (65%, 0%, 37%, 13%)
(0.65 / 0.00 / 0.37 / 0.13)

CMYK percentages

%64.71
%0
%36.65
%13.33

Codes

Color #4EDD8C in popluar color models

4E DD 8C
RGB 78 221 140
HSL 146° 67.77% 58.63%
HSB/HSV 146° 64.71% 86.67%
CMYK 64.71% 0.00% 36.65%
13.33%

Color #4EDD8C in popluar number systems.

HEX 4E DD 8C
Decimal 78 221 140
Binary 1001110 11011101 10001100
Octal 116 335 214

Shades and tints

Shades of #4EDD8C

#4EDD8C
(78,221,140)
#47C980
(71,201,128)
#40B574
(64,181,116)
#39A168
(57,161,104)
#328D5C
(50,141,92)
#2B7950
(43,121,80)
#246544
(36,101,68)
#1D5138
(29,81,56)
#163D2C
(22,61,44)
#0F2920
(15,41,32)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #4EDD8C

#4EDD8C
(78,221,140)
#5EE096
(94,224,150)
#6EE3A0
(110,227,160)
#7EE6AA
(126,230,170)
#8EE9B4
(142,233,180)
#9EECBE
(158,236,190)
#AEEFC8
(174,239,200)
#BEF2D2
(190,242,210)
#CEF5DC
(206,245,220)
#DEF8E6
(222,248,230)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EDD8C; }

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

This text font color is #4EDD8C.

Background Color

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

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

This div background color is #4EDD8C.

Border color

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

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

This div border color is #4EDD8C.

Opacity

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

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

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

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

This text has shadow with #4EDD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EDD8C.

Preview

Color preview on black background

This text has color #4EDD8C on black background.


Color preview on white background

This text has color #4EDD8C on white background.


Black color preview on #4EDD8C background

This text has black color on #4EDD8C background.


White color preview on #4EDD8C background

This text has white color on #4EDD8C background.


Related colors

Complementary color

Complementary color for #hex is #B12273.


I love getcolorcode.com

Triadic colors

1 #8C4EDD and #DD8C4E with #4EDD8C are triadic colors.

2 #8CDD4E and #DD4E8C with #4EDD8C are triadic colors.