COLOR #47F2AF

HEX: #47F2AF
RGB: (71,242,175)

Color info

#47F2AF contains mainly green color. Web safe color of #47F2AF is #33FF99 (or #3F9).

RGB color model

#47F2AF color RGB value is (71,242,175).

  • red value is 71;
  • green value is 242;
  • blue value is 175.
RGB:
(71,242,175)
(28%,95%,69%)

RGB channels and saturation

R 71 of 255 = 28%
G 242 of 255 = 95%
B 175 of 255 = 69%

71
242
175

R + G + B ~ 64%. #47F2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 242 + 175 = 488 (100%)
R 71 of 488 ~ 14.55%
G 242 of 488 ~ 49.59%
B 175 of 488 ~ 35.86%

%14.55
%49.59
%35.86

CMYK color model

#47F2AF color CMYK value is (71,0,28,5).

  • cyan value is 70.66%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 5.10%
CMYK:
(71,0,28,5)
C71M0Y28K5 
(71%,0%,28%,5%)
(0.71/0.00/0.28/0.05)	

CMYK percentages

%70.66
%0
%27.69
%5.1

Codes

Color #47F2AF in popluar color models

47F2AF
RGB71242175
HSL156°86.80%61.37%
HSB/HSV156°70.66%94.90%
CMYK70.66%0.00%27.69%
5.10%

Color #47F2AF in popluar number systems.

HEX47F2AF
Decimal71242175
Binary10001111111001010101111
Octal107362257

Shades and tints

Shades of #47F2AF

#47F2AF
(71,242,175)
#41DCA0
(65,220,160)
#3BC691
(59,198,145)
#35B082
(53,176,130)
#2F9A73
(47,154,115)
#298464
(41,132,100)
#236E55
(35,110,85)
#1D5846
(29,88,70)
#174237
(23,66,55)
#112C28
(17,44,40)
#0B1619
(11,22,25)
#000000
(0,0,0)

Tints of #47F2AF

#47F2AF
(71,242,175)
#57F3B6
(87,243,182)
#67F4BD
(103,244,189)
#77F5C4
(119,245,196)
#87F6CB
(135,246,203)
#97F7D2
(151,247,210)
#A7F8D9
(167,248,217)
#B7F9E0
(183,249,224)
#C7FAE7
(199,250,231)
#D7FBEE
(215,251,238)
#E7FCF5
(231,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47F2AF color. Also use rgb(71,242,175) instead hex code.

Text Font Color

.myTextColor { color: #47F2AF; }

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

This text font color is #47F2AF.


Background Color

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

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

This div background color is #47F2AF.


Border color

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

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

This div border color is #47F2AF.


Opacity

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

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

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

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

This text has shadow with #47F2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F2AF on black background.


Color preview on white background

This text has color #47F2AF on white background.



Black color preview on #47F2AF background

This text has black color on #47F2AF background.


White color preview on #47F2AF background

This text has white color on #47F2AF background.