HEX: #47C980
RGB: (71,201,128)
#47C980 contains mainly green color. Web safe color of #47C980 is #33CC66 (or #3C6).
#47C980 color RGB value is (71,201,128).
RGB: (71,201,128)
(28%, 79%, 50%)
R 71 of 255 = 28%
G 201 of 255 = 79%
B 128 of 255 = 50%
R + G + B ~ 52%. #47C980 is middle color (not dark and not light).
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'%
#47C980 color CMYK value is (65,0,36,21).
CMYK: (65,0,36,21)
C65M0Y36K21 (65%, 0%, 36%, 21%)
(0.65 / 0.00 / 0.36 / 0.21)
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 of #47C980
Tints of #47C980
Examples of css and html codes for elements with #47C980 color. Also use rgb(71,201,128) instead hex code.
.myTextColor { color: #47C980; }
<p style="color:#47C980">This sample text font color is #47C980.</p>
This text font color is #47C980.
.myBgColor { background-color: #47C980; }
<div style="background-color:#47C980">Inner text</div>
This div background color is #47C980.
.myBorderColor { border: 1px solid #47C980; }
<div style="border:3px solid #47C980">Div</div>
This div border color is #47C980.
.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%.
.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.
/* 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 text has color #47C980 on black background.
This text has color #47C980 on white background.
This text has black color on #47C980 background.
This text has white color on #47C980 background.
Complementary color for #hex is #B8367F.