COLOR #4DCC5F

HEX: #4DCC5F
RGB: (77,204,95)

Color info

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

RGB color model

#4DCC5F color RGB value is (77,204,95).

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

RGB channels and saturation

R 77 of 255 = 30%
G 204 of 255 = 80%
B 95 of 255 = 37%

77
204
95

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

Portions of RGB colors in percentages

R + G + B =
77 + 204 + 95 = 376 (100%)
R 77 of 376 ~ 20.48%
G 204 of 376 ~ 54.26%
B 95 of 376 ~ 25.27%

%20.48
%54.26
%25.27

CMYK color model

#4DCC5F color CMYK value is (62,0,53,20).

  • cyan value is 62.25%
  • magenta value is 0.00%
  • yellow value is 53.43%
  • key color value is 20.00%
CMYK:
(62,0,53,20)
C62M0Y53K20 
(62%,0%,53%,20%)
(0.62/0.00/0.53/0.20)	

CMYK percentages

%62.25
%0
%53.43
%20

Codes

Color #4DCC5F in popluar color models

4DCC5F
RGB7720495
HSL129°55.46%55.10%
HSB/HSV129°62.25%80.00%
CMYK62.25%0.00%53.43%
20.00%

Color #4DCC5F in popluar number systems.

HEX4DCC5F
Decimal7720495
Binary1001101110011001011111
Octal115314137

Shades and tints

Shades of #4DCC5F

#4DCC5F
(77,204,95)
#46BA57
(70,186,87)
#3FA84F
(63,168,79)
#389647
(56,150,71)
#31843F
(49,132,63)
#2A7237
(42,114,55)
#23602F
(35,96,47)
#1C4E27
(28,78,39)
#153C1F
(21,60,31)
#0E2A17
(14,42,23)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #4DCC5F

#4DCC5F
(77,204,95)
#5DD06D
(93,208,109)
#6DD47B
(109,212,123)
#7DD889
(125,216,137)
#8DDC97
(141,220,151)
#9DE0A5
(157,224,165)
#ADE4B3
(173,228,179)
#BDE8C1
(189,232,193)
#CDECCF
(205,236,207)
#DDF0DD
(221,240,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DCC5F; }

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

This text font color is #4DCC5F.


Background Color

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

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

This div background color is #4DCC5F.


Border color

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

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

This div border color is #4DCC5F.


Opacity

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

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

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

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

This text has shadow with #4DCC5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCC5F on black background.


Color preview on white background

This text has color #4DCC5F on white background.



Black color preview on #4DCC5F background

This text has black color on #4DCC5F background.


White color preview on #4DCC5F background

This text has white color on #4DCC5F background.