COLOR #4ED97F

HEX: #4ED97F RGB: (78,217,127)

Color info

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

RGB color model

#4ED97F color RGB value is (78,217,127).

RGB: (78,217,127) (31%, 85%, 50%)

RGB channels and saturation

R 78 of 255 = 31%
G 217 of 255 = 85%
B 127 of 255 = 50%

78
217
127

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

Portions of RGB colors in percentages

R + G + B = 78 + 217 + 127 = 422 (100%)
R 78 of 422 ~ 18.48%
G 217 of 422 ~ 51.42%
B 127 of 422 ~ 30.09'%

%18.48
%51.42
%30.09

CMYK color model

#4ED97F color CMYK value is (64,0,41,15).

  • cyan value is 64.06%
  • magenta value is 0.00%
  • yellow value is 41.47%
  • key color value is 14.90%

CMYK: (64,0,41,15)
C64M0Y41K15 (64%, 0%, 41%, 15%)
(0.64 / 0.00 / 0.41 / 0.15)

CMYK percentages

%64.06
%0
%41.47
%14.9

Codes

Color #4ED97F in popluar color models

4E D9 7F
RGB 78 217 127
HSL 141° 64.65% 57.84%
HSB/HSV 141° 64.06% 85.10%
CMYK 64.06% 0.00% 41.47%
14.90%

Color #4ED97F in popluar number systems.

HEX 4E D9 7F
Decimal 78 217 127
Binary 1001110 11011001 1111111
Octal 116 331 177

Shades and tints

Shades of #4ED97F

#4ED97F
(78,217,127)
#47C674
(71,198,116)
#40B369
(64,179,105)
#39A05E
(57,160,94)
#328D53
(50,141,83)
#2B7A48
(43,122,72)
#24673D
(36,103,61)
#1D5432
(29,84,50)
#164127
(22,65,39)
#0F2E1C
(15,46,28)
#081B11
(8,27,17)
#000000
(0,0,0)

Tints of #4ED97F

#4ED97F
(78,217,127)
#5EDC8A
(94,220,138)
#6EDF95
(110,223,149)
#7EE2A0
(126,226,160)
#8EE5AB
(142,229,171)
#9EE8B6
(158,232,182)
#AEEBC1
(174,235,193)
#BEEECC
(190,238,204)
#CEF1D7
(206,241,215)
#DEF4E2
(222,244,226)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4ED97F; }

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

This text font color is #4ED97F.

Background Color

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

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

This div background color is #4ED97F.

Border color

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

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

This div border color is #4ED97F.

Opacity

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

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

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

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

This text has shadow with #4ED97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4ED97F.

Preview

Color preview on black background

This text has color #4ED97F on black background.


Color preview on white background

This text has color #4ED97F on white background.


Black color preview on #4ED97F background

This text has black color on #4ED97F background.


White color preview on #4ED97F background

This text has white color on #4ED97F background.


Related colors

Complementary color

Complementary color for #hex is #B12680.


I love getcolorcode.com

Triadic colors

1 #7F4ED9 and #D97F4E with #4ED97F are triadic colors.

2 #7FD94E and #D94E7F with #4ED97F are triadic colors.