COLOR #47C980

HEX: #47C980 RGB: (71,201,128)

Color info

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

RGB color model

#47C980 color RGB value is (71,201,128).

RGB: (71,201,128) (28%, 79%, 50%)

RGB channels and saturation

R 71 of 255 = 28%
G 201 of 255 = 79%
B 128 of 255 = 50%

71
201
128

R + G + B ~ 52%. #47C980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 201 + 128 = 400 (100%)
R 71 of 400 ~ 17.75%
G 201 of 400 ~ 50.25%
B 128 of 400 ~ 32'%

%17.75
%50.25
%32

CMYK color model

#47C980 color CMYK value is (65,0,36,21).

  • cyan value is 64.68%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 21.18%

CMYK: (65,0,36,21)
C65M0Y36K21 (65%, 0%, 36%, 21%)
(0.65 / 0.00 / 0.36 / 0.21)

CMYK percentages

%64.68
%0
%36.32
%21.18

Codes

Color #47C980 in popluar color models

47 C9 80
RGB 71 201 128
HSL 146° 54.62% 53.33%
HSB/HSV 146° 64.68% 78.82%
CMYK 64.68% 0.00% 36.32%
21.18%

Color #47C980 in popluar number systems.

HEX 47 C9 80
Decimal 71 201 128
Binary 1000111 11001001 10000000
Octal 107 311 200

Shades and tints

Shades of #47C980

#47C980
(71,201,128)
#41B775
(65,183,117)
#3BA56A
(59,165,106)
#35935F
(53,147,95)
#2F8154
(47,129,84)
#296F49
(41,111,73)
#235D3E
(35,93,62)
#1D4B33
(29,75,51)
#173928
(23,57,40)
#11271D
(17,39,29)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #47C980

#47C980
(71,201,128)
#57CD8B
(87,205,139)
#67D196
(103,209,150)
#77D5A1
(119,213,161)
#87D9AC
(135,217,172)
#97DDB7
(151,221,183)
#A7E1C2
(167,225,194)
#B7E5CD
(183,229,205)
#C7E9D8
(199,233,216)
#D7EDE3
(215,237,227)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C980 color. Also use rgb(71,201,128) instead hex code.

Text Font Color

.myTextColor { color: #47C980; }

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

This text font color is #47C980.

Background Color

.myBgColor { background-color: #47C980; }

<div style="background-color:#47C980">Inner text</div>

This div background color is #47C980.

Border color

.myBorderColor { border: 1px solid #47C980; }

<div style="border:3px solid #47C980">Div</div>

This div border color is #47C980.

Opacity

.myOpacity80 { color: #47C980; opacity: 0.8; }

<p style="color:#47C980;opacity:0.8;">80%</p>

Text with #47C980 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 #47C980;}

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

This text has shadow with #47C980 color.


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

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

This text has shadow with #47C980 primary color and red secondary color.


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

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

This text has shadow with #47C980 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47C980.

Preview

Color preview on black background

This text has color #47C980 on black background.


Color preview on white background

This text has color #47C980 on white background.


Black color preview on #47C980 background

This text has black color on #47C980 background.


White color preview on #47C980 background

This text has white color on #47C980 background.


Related colors

Complementary color

Complementary color for #hex is #B8367F.


I love getcolorcode.com

Triadic colors

1 #8047C9 and #C98047 with #47C980 are triadic colors.

2 #80C947 and #C94780 with #47C980 are triadic colors.