COLOR #4DCB71

HEX: #4DCB71 RGB: (77,203,113)

Color info

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

RGB color model

#4DCB71 color RGB value is (77,203,113).

RGB: (77,203,113) (30%, 80%, 44%)

RGB channels and saturation

R 77 of 255 = 30%
G 203 of 255 = 80%
B 113 of 255 = 44%

77
203
113

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

Portions of RGB colors in percentages

R + G + B = 77 + 203 + 113 = 393 (100%)
R 77 of 393 ~ 19.59%
G 203 of 393 ~ 51.65%
B 113 of 393 ~ 28.75'%

%19.59
%51.65
%28.75

CMYK color model

#4DCB71 color CMYK value is (62,0,44,20).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 20.39%

CMYK: (62,0,44,20)
C62M0Y44K20 (62%, 0%, 44%, 20%)
(0.62 / 0.00 / 0.44 / 0.20)

CMYK percentages

%62.07
%0
%44.33
%20.39

Codes

Color #4DCB71 in popluar color models

4D CB 71
RGB 77 203 113
HSL 137° 54.78% 54.90%
HSB/HSV 137° 62.07% 79.61%
CMYK 62.07% 0.00% 44.33%
20.39%

Color #4DCB71 in popluar number systems.

HEX 4D CB 71
Decimal 77 203 113
Binary 1001101 11001011 1110001
Octal 115 313 161

Shades and tints

Shades of #4DCB71

#4DCB71
(77,203,113)
#46B967
(70,185,103)
#3FA75D
(63,167,93)
#389553
(56,149,83)
#318349
(49,131,73)
#2A713F
(42,113,63)
#235F35
(35,95,53)
#1C4D2B
(28,77,43)
#153B21
(21,59,33)
#0E2917
(14,41,23)
#07170D
(7,23,13)
#000000
(0,0,0)

Tints of #4DCB71

#4DCB71
(77,203,113)
#5DCF7D
(93,207,125)
#6DD389
(109,211,137)
#7DD795
(125,215,149)
#8DDBA1
(141,219,161)
#9DDFAD
(157,223,173)
#ADE3B9
(173,227,185)
#BDE7C5
(189,231,197)
#CDEBD1
(205,235,209)
#DDEFDD
(221,239,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCB71 color. Also use rgb(77,203,113) instead hex code.

Text Font Color

.myTextColor { color: #4DCB71; }

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

This text font color is #4DCB71.

Background Color

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

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

This div background color is #4DCB71.

Border color

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

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

This div border color is #4DCB71.

Opacity

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

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

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

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

This text has shadow with #4DCB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DCB71.

Preview

Color preview on black background

This text has color #4DCB71 on black background.


Color preview on white background

This text has color #4DCB71 on white background.


Black color preview on #4DCB71 background

This text has black color on #4DCB71 background.


White color preview on #4DCB71 background

This text has white color on #4DCB71 background.


Related colors

Complementary color

Complementary color for #hex is #B2348E.


I love getcolorcode.com

Triadic colors

1 #714DCB and #CB714D with #4DCB71 are triadic colors.

2 #71CB4D and #CB4D71 with #4DCB71 are triadic colors.