COLOR #4DCC8F

HEX: #4DCC8F
RGB: (77,204,143)

Color info

#4DCC8F contains mainly green color. Web safe color of #4DCC8F is #33CC99 (or #3C9).

RGB color model

#4DCC8F color RGB value is (77,204,143).

  • red value is 77;
  • green value is 204;
  • blue value is 143.
RGB:
(77,204,143)
(30%,80%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 204 of 255 = 80%
B 143 of 255 = 56%

77
204
143

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

Portions of RGB colors in percentages

R + G + B =
77 + 204 + 143 = 424 (100%)
R 77 of 424 ~ 18.16%
G 204 of 424 ~ 48.11%
B 143 of 424 ~ 33.73%

%18.16
%48.11
%33.73

CMYK color model

#4DCC8F color CMYK value is (62,0,30,20).

  • cyan value is 62.25%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(62,0,30,20)
C62M0Y30K20 
(62%,0%,30%,20%)
(0.62/0.00/0.30/0.20)	

CMYK percentages

%62.25
%0
%29.9
%20

Codes

Color #4DCC8F in popluar color models

4DCC8F
RGB77204143
HSL151°55.46%55.10%
HSB/HSV151°62.25%80.00%
CMYK62.25%0.00%29.90%
20.00%

Color #4DCC8F in popluar number systems.

HEX4DCC8F
Decimal77204143
Binary10011011100110010001111
Octal115314217

Shades and tints

Shades of #4DCC8F

#4DCC8F
(77,204,143)
#46BA82
(70,186,130)
#3FA875
(63,168,117)
#389668
(56,150,104)
#31845B
(49,132,91)
#2A724E
(42,114,78)
#236041
(35,96,65)
#1C4E34
(28,78,52)
#153C27
(21,60,39)
#0E2A1A
(14,42,26)
#07180D
(7,24,13)
#000000
(0,0,0)

Tints of #4DCC8F

#4DCC8F
(77,204,143)
#5DD099
(93,208,153)
#6DD4A3
(109,212,163)
#7DD8AD
(125,216,173)
#8DDCB7
(141,220,183)
#9DE0C1
(157,224,193)
#ADE4CB
(173,228,203)
#BDE8D5
(189,232,213)
#CDECDF
(205,236,223)
#DDF0E9
(221,240,233)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCC8F color. Also use rgb(77,204,143) instead hex code.

Text Font Color

.myTextColor { color: #4DCC8F; }

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

This text font color is #4DCC8F.


Background Color

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

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

This div background color is #4DCC8F.


Border color

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

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

This div border color is #4DCC8F.


Opacity

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

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

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

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

This text has shadow with #4DCC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCC8F on black background.


Color preview on white background

This text has color #4DCC8F on white background.



Black color preview on #4DCC8F background

This text has black color on #4DCC8F background.


White color preview on #4DCC8F background

This text has white color on #4DCC8F background.