COLOR #47C480

HEX: #47C480
RGB: (71,196,128)

Color info

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

RGB color model

#47C480 color RGB value is (71,196,128).

  • red value is 71;
  • green value is 196;
  • blue value is 128.
RGB:
(71,196,128)
(28%,77%,50%)

RGB channels and saturation

R 71 of 255 = 28%
G 196 of 255 = 77%
B 128 of 255 = 50%

71
196
128

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

Portions of RGB colors in percentages

R + G + B =
71 + 196 + 128 = 395 (100%)
R 71 of 395 ~ 17.97%
G 196 of 395 ~ 49.62%
B 128 of 395 ~ 32.41%

%17.97
%49.62
%32.41

CMYK color model

#47C480 color CMYK value is (64,0,35,23).

  • cyan value is 63.78%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(64,0,35,23)
C64M0Y35K23 
(64%,0%,35%,23%)
(0.64/0.00/0.35/0.23)	

CMYK percentages

%63.78
%0
%34.69
%23.14

Codes

Color #47C480 in popluar color models

47C480
RGB71196128
HSL147°51.44%52.35%
HSB/HSV147°63.78%76.86%
CMYK63.78%0.00%34.69%
23.14%

Color #47C480 in popluar number systems.

HEX47C480
Decimal71196128
Binary10001111100010010000000
Octal107304200

Shades and tints

Shades of #47C480

#47C480
(71,196,128)
#41B375
(65,179,117)
#3BA26A
(59,162,106)
#35915F
(53,145,95)
#2F8054
(47,128,84)
#296F49
(41,111,73)
#235E3E
(35,94,62)
#1D4D33
(29,77,51)
#173C28
(23,60,40)
#112B1D
(17,43,29)
#0B1A12
(11,26,18)
#000000
(0,0,0)

Tints of #47C480

#47C480
(71,196,128)
#57C98B
(87,201,139)
#67CE96
(103,206,150)
#77D3A1
(119,211,161)
#87D8AC
(135,216,172)
#97DDB7
(151,221,183)
#A7E2C2
(167,226,194)
#B7E7CD
(183,231,205)
#C7ECD8
(199,236,216)
#D7F1E3
(215,241,227)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47C480; }

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

This text font color is #47C480.


Background Color

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

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

This div background color is #47C480.


Border color

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

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

This div border color is #47C480.


Opacity

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

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

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

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

This text has shadow with #47C480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47C480 on black background.


Color preview on white background

This text has color #47C480 on white background.



Black color preview on #47C480 background

This text has black color on #47C480 background.


White color preview on #47C480 background

This text has white color on #47C480 background.