COLOR #4DD47D

HEX: #4DD47D
RGB: (77,212,125)

Color info

#4DD47D contains mainly green color. Web safe color of #4DD47D is #33CC66 (or #3C6).

RGB color model

#4DD47D color RGB value is (77,212,125).

  • red value is 77;
  • green value is 212;
  • blue value is 125.
RGB:
(77,212,125)
(30%,83%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 212 of 255 = 83%
B 125 of 255 = 49%

77
212
125

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

Portions of RGB colors in percentages

R + G + B =
77 + 212 + 125 = 414 (100%)
R 77 of 414 ~ 18.6%
G 212 of 414 ~ 51.21%
B 125 of 414 ~ 30.19%

%18.6
%51.21
%30.19

CMYK color model

#4DD47D color CMYK value is (64,0,41,17).

  • cyan value is 63.68%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 16.86%
CMYK:
(64,0,41,17)
C64M0Y41K17 
(64%,0%,41%,17%)
(0.64/0.00/0.41/0.17)	

CMYK percentages

%63.68
%0
%41.04
%16.86

Codes

Color #4DD47D in popluar color models

4DD47D
RGB77212125
HSL141°61.09%56.67%
HSB/HSV141°63.68%83.14%
CMYK63.68%0.00%41.04%
16.86%

Color #4DD47D in popluar number systems.

HEX4DD47D
Decimal77212125
Binary1001101110101001111101
Octal115324175

Shades and tints

Shades of #4DD47D

#4DD47D
(77,212,125)
#46C172
(70,193,114)
#3FAE67
(63,174,103)
#389B5C
(56,155,92)
#318851
(49,136,81)
#2A7546
(42,117,70)
#23623B
(35,98,59)
#1C4F30
(28,79,48)
#153C25
(21,60,37)
#0E291A
(14,41,26)
#07160F
(7,22,15)
#000000
(0,0,0)

Tints of #4DD47D

#4DD47D
(77,212,125)
#5DD788
(93,215,136)
#6DDA93
(109,218,147)
#7DDD9E
(125,221,158)
#8DE0A9
(141,224,169)
#9DE3B4
(157,227,180)
#ADE6BF
(173,230,191)
#BDE9CA
(189,233,202)
#CDECD5
(205,236,213)
#DDEFE0
(221,239,224)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD47D color. Also use rgb(77,212,125) instead hex code.

Text Font Color

.myTextColor { color: #4DD47D; }

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

This text font color is #4DD47D.


Background Color

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

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

This div background color is #4DD47D.


Border color

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

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

This div border color is #4DD47D.


Opacity

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

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

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

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

This text has shadow with #4DD47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD47D on black background.


Color preview on white background

This text has color #4DD47D on white background.



Black color preview on #4DD47D background

This text has black color on #4DD47D background.


White color preview on #4DD47D background

This text has white color on #4DD47D background.