COLOR #47D175

HEX: #47D175
RGB: (71,209,117)

Color info

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

RGB color model

#47D175 color RGB value is (71,209,117).

  • red value is 71;
  • green value is 209;
  • blue value is 117.
RGB:
(71,209,117)
(28%,82%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 209 of 255 = 82%
B 117 of 255 = 46%

71
209
117

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

Portions of RGB colors in percentages

R + G + B =
71 + 209 + 117 = 397 (100%)
R 71 of 397 ~ 17.88%
G 209 of 397 ~ 52.64%
B 117 of 397 ~ 29.47%

%17.88
%52.64
%29.47

CMYK color model

#47D175 color CMYK value is (66,0,44,18).

  • cyan value is 66.03%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(66,0,44,18)
C66M0Y44K18 
(66%,0%,44%,18%)
(0.66/0.00/0.44/0.18)	

CMYK percentages

%66.03
%0
%44.02
%18.04

Codes

Color #47D175 in popluar color models

47D175
RGB71209117
HSL140°60.00%54.90%
HSB/HSV140°66.03%81.96%
CMYK66.03%0.00%44.02%
18.04%

Color #47D175 in popluar number systems.

HEX47D175
Decimal71209117
Binary1000111110100011110101
Octal107321165

Shades and tints

Shades of #47D175

#47D175
(71,209,117)
#41BE6B
(65,190,107)
#3BAB61
(59,171,97)
#359857
(53,152,87)
#2F854D
(47,133,77)
#297243
(41,114,67)
#235F39
(35,95,57)
#1D4C2F
(29,76,47)
#173925
(23,57,37)
#11261B
(17,38,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #47D175

#47D175
(71,209,117)
#57D581
(87,213,129)
#67D98D
(103,217,141)
#77DD99
(119,221,153)
#87E1A5
(135,225,165)
#97E5B1
(151,229,177)
#A7E9BD
(167,233,189)
#B7EDC9
(183,237,201)
#C7F1D5
(199,241,213)
#D7F5E1
(215,245,225)
#E7F9ED
(231,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D175 color. Also use rgb(71,209,117) instead hex code.

Text Font Color

.myTextColor { color: #47D175; }

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

This text font color is #47D175.


Background Color

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

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

This div background color is #47D175.


Border color

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

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

This div border color is #47D175.


Opacity

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

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

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

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

This text has shadow with #47D175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D175 on black background.


Color preview on white background

This text has color #47D175 on white background.



Black color preview on #47D175 background

This text has black color on #47D175 background.


White color preview on #47D175 background

This text has white color on #47D175 background.