COLOR #47FF63

HEX: #47FF63
RGB: (71,255,99)

Color info

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

RGB color model

#47FF63 color RGB value is (71,255,99).

  • red value is 71;
  • green value is 255;
  • blue value is 99.
RGB:
(71,255,99)
(28%,100%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 255 of 255 = 100%
B 99 of 255 = 39%

71
255
99

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

Portions of RGB colors in percentages

R + G + B =
71 + 255 + 99 = 425 (100%)
R 71 of 425 ~ 16.71%
G 255 of 425 ~ 60%
B 99 of 425 ~ 23.29%

%16.71
%60
%23.29

CMYK color model

#47FF63 color CMYK value is (72,0,61,0).

  • cyan value is 72.16%
  • magenta value is 0.00%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(72,0,61,0)
C72M0Y61K0 
(72%,0%,61%,0%)
(0.72/0.00/0.61/0.00)	

CMYK percentages

%72.16
%0
%61.18
%0

Codes

Color #47FF63 in popluar color models

47FF63
RGB7125599
HSL129°100.00%63.92%
HSB/HSV129°72.16%100.00%
CMYK72.16%0.00%61.18%
0.00%

Color #47FF63 in popluar number systems.

HEX47FF63
Decimal7125599
Binary1000111111111111100011
Octal107377143

Shades and tints

Shades of #47FF63

#47FF63
(71,255,99)
#41E85A
(65,232,90)
#3BD151
(59,209,81)
#35BA48
(53,186,72)
#2FA33F
(47,163,63)
#298C36
(41,140,54)
#23752D
(35,117,45)
#1D5E24
(29,94,36)
#17471B
(23,71,27)
#113012
(17,48,18)
#0B1909
(11,25,9)
#000000
(0,0,0)

Tints of #47FF63

#47FF63
(71,255,99)
#57FF71
(87,255,113)
#67FF7F
(103,255,127)
#77FF8D
(119,255,141)
#87FF9B
(135,255,155)
#97FFA9
(151,255,169)
#A7FFB7
(167,255,183)
#B7FFC5
(183,255,197)
#C7FFD3
(199,255,211)
#D7FFE1
(215,255,225)
#E7FFEF
(231,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47FF63 color. Also use rgb(71,255,99) instead hex code.

Text Font Color

.myTextColor { color: #47FF63; }

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

This text font color is #47FF63.


Background Color

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

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

This div background color is #47FF63.


Border color

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

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

This div border color is #47FF63.


Opacity

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

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

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

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

This text has shadow with #47FF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47FF63 on black background.


Color preview on white background

This text has color #47FF63 on white background.



Black color preview on #47FF63 background

This text has black color on #47FF63 background.


White color preview on #47FF63 background

This text has white color on #47FF63 background.