COLOR #47F1E5

HEX: #47F1E5
RGB: (71,241,229)

Color info

#47F1E5 contains mainly green and blue colors. Web safe color of #47F1E5 is #33FFCC (or #3FC).

RGB color model

#47F1E5 color RGB value is (71,241,229).

  • red value is 71;
  • green value is 241;
  • blue value is 229.
RGB:
(71,241,229)
(28%,95%,90%)

RGB channels and saturation

R 71 of 255 = 28%
G 241 of 255 = 95%
B 229 of 255 = 90%

71
241
229

R + G + B ~ 71%. #47F1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 241 + 229 = 541 (100%)
R 71 of 541 ~ 13.12%
G 241 of 541 ~ 44.55%
B 229 of 541 ~ 42.33%

%13.12
%44.55
%42.33

CMYK color model

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

  • cyan value is 70.54%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(71,0,5,5)
C71M0Y5K5 
(71%,0%,5%,5%)
(0.71/0.00/0.05/0.05)	

CMYK percentages

%70.54
%0
%4.98
%5.49

Codes

Color #47F1E5 in popluar color models

47F1E5
RGB71241229
HSL176°85.86%61.18%
HSB/HSV176°70.54%94.51%
CMYK70.54%0.00%4.98%
5.49%

Color #47F1E5 in popluar number systems.

HEX47F1E5
Decimal71241229
Binary10001111111000111100101
Octal107361345

Shades and tints

Shades of #47F1E5

#47F1E5
(71,241,229)
#41DCD1
(65,220,209)
#3BC7BD
(59,199,189)
#35B2A9
(53,178,169)
#2F9D95
(47,157,149)
#298881
(41,136,129)
#23736D
(35,115,109)
#1D5E59
(29,94,89)
#174945
(23,73,69)
#113431
(17,52,49)
#0B1F1D
(11,31,29)
#000000
(0,0,0)

Tints of #47F1E5

#47F1E5
(71,241,229)
#57F2E7
(87,242,231)
#67F3E9
(103,243,233)
#77F4EB
(119,244,235)
#87F5ED
(135,245,237)
#97F6EF
(151,246,239)
#A7F7F1
(167,247,241)
#B7F8F3
(183,248,243)
#C7F9F5
(199,249,245)
#D7FAF7
(215,250,247)
#E7FBF9
(231,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47F1E5 color. Also use rgb(71,241,229) instead hex code.

Text Font Color

.myTextColor { color: #47F1E5; }

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

This text font color is #47F1E5.


Background Color

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

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

This div background color is #47F1E5.


Border color

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

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

This div border color is #47F1E5.


Opacity

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

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

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

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

This text has shadow with #47F1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F1E5 on black background.


Color preview on white background

This text has color #47F1E5 on white background.



Black color preview on #47F1E5 background

This text has black color on #47F1E5 background.


White color preview on #47F1E5 background

This text has white color on #47F1E5 background.