COLOR #47DA78

HEX: #47DA78
RGB: (71,218,120)

Color info

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

RGB color model

#47DA78 color RGB value is (71,218,120).

  • red value is 71;
  • green value is 218;
  • blue value is 120.
RGB:
(71,218,120)
(28%,85%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 218 of 255 = 85%
B 120 of 255 = 47%

71
218
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 218 + 120 = 409 (100%)
R 71 of 409 ~ 17.36%
G 218 of 409 ~ 53.3%
B 120 of 409 ~ 29.34%

%17.36
%53.3
%29.34

CMYK color model

#47DA78 color CMYK value is (67,0,45,15).

  • cyan value is 67.43%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK:
(67,0,45,15)
C67M0Y45K15 
(67%,0%,45%,15%)
(0.67/0.00/0.45/0.15)	

CMYK percentages

%67.43
%0
%44.95
%14.51

Codes

Color #47DA78 in popluar color models

47DA78
RGB71218120
HSL140°66.52%56.67%
HSB/HSV140°67.43%85.49%
CMYK67.43%0.00%44.95%
14.51%

Color #47DA78 in popluar number systems.

HEX47DA78
Decimal71218120
Binary1000111110110101111000
Octal107332170

Shades and tints

Shades of #47DA78

#47DA78
(71,218,120)
#41C76E
(65,199,110)
#3BB464
(59,180,100)
#35A15A
(53,161,90)
#2F8E50
(47,142,80)
#297B46
(41,123,70)
#23683C
(35,104,60)
#1D5532
(29,85,50)
#174228
(23,66,40)
#112F1E
(17,47,30)
#0B1C14
(11,28,20)
#000000
(0,0,0)

Tints of #47DA78

#47DA78
(71,218,120)
#57DD84
(87,221,132)
#67E090
(103,224,144)
#77E39C
(119,227,156)
#87E6A8
(135,230,168)
#97E9B4
(151,233,180)
#A7ECC0
(167,236,192)
#B7EFCC
(183,239,204)
#C7F2D8
(199,242,216)
#D7F5E4
(215,245,228)
#E7F8F0
(231,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47DA78 color. Also use rgb(71,218,120) instead hex code.

Text Font Color

.myTextColor { color: #47DA78; }

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

This text font color is #47DA78.


Background Color

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

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

This div background color is #47DA78.


Border color

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

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

This div border color is #47DA78.


Opacity

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

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

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

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

This text has shadow with #47DA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47DA78 on black background.


Color preview on white background

This text has color #47DA78 on white background.



Black color preview on #47DA78 background

This text has black color on #47DA78 background.


White color preview on #47DA78 background

This text has white color on #47DA78 background.