COLOR #47F466

HEX: #47F466
RGB: (71,244,102)

Color info

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

RGB color model

#47F466 color RGB value is (71,244,102).

  • red value is 71;
  • green value is 244;
  • blue value is 102.
RGB:
(71,244,102)
(28%,96%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 244 of 255 = 96%
B 102 of 255 = 40%

71
244
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 244 + 102 = 417 (100%)
R 71 of 417 ~ 17.03%
G 244 of 417 ~ 58.51%
B 102 of 417 ~ 24.46%

%17.03
%58.51
%24.46

CMYK color model

#47F466 color CMYK value is (71,0,58,4).

  • cyan value is 70.90%
  • magenta value is 0.00%
  • yellow value is 58.20%
  • key color value is 4.31%
CMYK:
(71,0,58,4)
C71M0Y58K4 
(71%,0%,58%,4%)
(0.71/0.00/0.58/0.04)	

CMYK percentages

%70.9
%0
%58.2
%4.31

Codes

Color #47F466 in popluar color models

47F466
RGB71244102
HSL131°88.72%61.76%
HSB/HSV131°70.90%95.69%
CMYK70.90%0.00%58.20%
4.31%

Color #47F466 in popluar number systems.

HEX47F466
Decimal71244102
Binary1000111111101001100110
Octal107364146

Shades and tints

Shades of #47F466

#47F466
(71,244,102)
#41DE5D
(65,222,93)
#3BC854
(59,200,84)
#35B24B
(53,178,75)
#2F9C42
(47,156,66)
#298639
(41,134,57)
#237030
(35,112,48)
#1D5A27
(29,90,39)
#17441E
(23,68,30)
#112E15
(17,46,21)
#0B180C
(11,24,12)
#000000
(0,0,0)

Tints of #47F466

#47F466
(71,244,102)
#57F573
(87,245,115)
#67F680
(103,246,128)
#77F78D
(119,247,141)
#87F89A
(135,248,154)
#97F9A7
(151,249,167)
#A7FAB4
(167,250,180)
#B7FBC1
(183,251,193)
#C7FCCE
(199,252,206)
#D7FDDB
(215,253,219)
#E7FEE8
(231,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47F466 color. Also use rgb(71,244,102) instead hex code.

Text Font Color

.myTextColor { color: #47F466; }

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

This text font color is #47F466.


Background Color

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

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

This div background color is #47F466.


Border color

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

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

This div border color is #47F466.


Opacity

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

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

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

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

This text has shadow with #47F466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F466 on black background.


Color preview on white background

This text has color #47F466 on white background.



Black color preview on #47F466 background

This text has black color on #47F466 background.


White color preview on #47F466 background

This text has white color on #47F466 background.