COLOR #47FD7F

HEX: #47FD7F
RGB: (71,253,127)

Color info

#47FD7F contains mainly green color. Web safe color of #47FD7F is #33FF66 (or #3F6).

RGB color model

#47FD7F color RGB value is (71,253,127).

  • red value is 71;
  • green value is 253;
  • blue value is 127.
RGB:
(71,253,127)
(28%,99%,50%)

RGB channels and saturation

R 71 of 255 = 28%
G 253 of 255 = 99%
B 127 of 255 = 50%

71
253
127

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

Portions of RGB colors in percentages

R + G + B =
71 + 253 + 127 = 451 (100%)
R 71 of 451 ~ 15.74%
G 253 of 451 ~ 56.1%
B 127 of 451 ~ 28.16%

%15.74
%56.1
%28.16

CMYK color model

#47FD7F color CMYK value is (72,0,50,1).

  • cyan value is 71.94%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.78%
CMYK:
(72,0,50,1)
C72M0Y50K1 
(72%,0%,50%,1%)
(0.72/0.00/0.50/0.01)	

CMYK percentages

%71.94
%0
%49.8
%0.78

Codes

Color #47FD7F in popluar color models

47FD7F
RGB71253127
HSL138°97.85%63.53%
HSB/HSV138°71.94%99.22%
CMYK71.94%0.00%49.80%
0.78%

Color #47FD7F in popluar number systems.

HEX47FD7F
Decimal71253127
Binary1000111111111011111111
Octal107375177

Shades and tints

Shades of #47FD7F

#47FD7F
(71,253,127)
#41E674
(65,230,116)
#3BCF69
(59,207,105)
#35B85E
(53,184,94)
#2FA153
(47,161,83)
#298A48
(41,138,72)
#23733D
(35,115,61)
#1D5C32
(29,92,50)
#174527
(23,69,39)
#112E1C
(17,46,28)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #47FD7F

#47FD7F
(71,253,127)
#57FD8A
(87,253,138)
#67FD95
(103,253,149)
#77FDA0
(119,253,160)
#87FDAB
(135,253,171)
#97FDB6
(151,253,182)
#A7FDC1
(167,253,193)
#B7FDCC
(183,253,204)
#C7FDD7
(199,253,215)
#D7FDE2
(215,253,226)
#E7FDED
(231,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47FD7F color. Also use rgb(71,253,127) instead hex code.

Text Font Color

.myTextColor { color: #47FD7F; }

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

This text font color is #47FD7F.


Background Color

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

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

This div background color is #47FD7F.


Border color

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

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

This div border color is #47FD7F.


Opacity

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

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

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

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

This text has shadow with #47FD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47FD7F on black background.


Color preview on white background

This text has color #47FD7F on white background.



Black color preview on #47FD7F background

This text has black color on #47FD7F background.


White color preview on #47FD7F background

This text has white color on #47FD7F background.