COLOR #47DD78

HEX: #47DD78
RGB: (71,221,120)

Color info

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

RGB color model

#47DD78 color RGB value is (71,221,120).

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

RGB channels and saturation

R 71 of 255 = 28%
G 221 of 255 = 87%
B 120 of 255 = 47%

71
221
120

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

Portions of RGB colors in percentages

R + G + B =
71 + 221 + 120 = 412 (100%)
R 71 of 412 ~ 17.23%
G 221 of 412 ~ 53.64%
B 120 of 412 ~ 29.13%

%17.23
%53.64
%29.13

CMYK color model

#47DD78 color CMYK value is (68,0,46,13).

  • cyan value is 67.87%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(68,0,46,13)
C68M0Y46K13 
(68%,0%,46%,13%)
(0.68/0.00/0.46/0.13)	

CMYK percentages

%67.87
%0
%45.7
%13.33

Codes

Color #47DD78 in popluar color models

47DD78
RGB71221120
HSL140°68.81%57.25%
HSB/HSV140°67.87%86.67%
CMYK67.87%0.00%45.70%
13.33%

Color #47DD78 in popluar number systems.

HEX47DD78
Decimal71221120
Binary1000111110111011111000
Octal107335170

Shades and tints

Shades of #47DD78

#47DD78
(71,221,120)
#41C96E
(65,201,110)
#3BB564
(59,181,100)
#35A15A
(53,161,90)
#2F8D50
(47,141,80)
#297946
(41,121,70)
#23653C
(35,101,60)
#1D5132
(29,81,50)
#173D28
(23,61,40)
#11291E
(17,41,30)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #47DD78

#47DD78
(71,221,120)
#57E084
(87,224,132)
#67E390
(103,227,144)
#77E69C
(119,230,156)
#87E9A8
(135,233,168)
#97ECB4
(151,236,180)
#A7EFC0
(167,239,192)
#B7F2CC
(183,242,204)
#C7F5D8
(199,245,216)
#D7F8E4
(215,248,228)
#E7FBF0
(231,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47DD78; }

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

This text font color is #47DD78.


Background Color

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

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

This div background color is #47DD78.


Border color

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

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

This div border color is #47DD78.


Opacity

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

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

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

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

This text has shadow with #47DD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47DD78 on black background.


Color preview on white background

This text has color #47DD78 on white background.



Black color preview on #47DD78 background

This text has black color on #47DD78 background.


White color preview on #47DD78 background

This text has white color on #47DD78 background.