COLOR #47EB91

HEX: #47EB91
RGB: (71,235,145)

Color info

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

RGB color model

#47EB91 color RGB value is (71,235,145).

  • red value is 71;
  • green value is 235;
  • blue value is 145.
RGB:
(71,235,145)
(28%,92%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 235 of 255 = 92%
B 145 of 255 = 57%

71
235
145

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

Portions of RGB colors in percentages

R + G + B =
71 + 235 + 145 = 451 (100%)
R 71 of 451 ~ 15.74%
G 235 of 451 ~ 52.11%
B 145 of 451 ~ 32.15%

%15.74
%52.11
%32.15

CMYK color model

#47EB91 color CMYK value is (70,0,38,8).

  • cyan value is 69.79%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(70,0,38,8)
C70M0Y38K8 
(70%,0%,38%,8%)
(0.70/0.00/0.38/0.08)	

CMYK percentages

%69.79
%0
%38.3
%7.84

Codes

Color #47EB91 in popluar color models

47EB91
RGB71235145
HSL147°80.39%60.00%
HSB/HSV147°69.79%92.16%
CMYK69.79%0.00%38.30%
7.84%

Color #47EB91 in popluar number systems.

HEX47EB91
Decimal71235145
Binary10001111110101110010001
Octal107353221

Shades and tints

Shades of #47EB91

#47EB91
(71,235,145)
#41D684
(65,214,132)
#3BC177
(59,193,119)
#35AC6A
(53,172,106)
#2F975D
(47,151,93)
#298250
(41,130,80)
#236D43
(35,109,67)
#1D5836
(29,88,54)
#174329
(23,67,41)
#112E1C
(17,46,28)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #47EB91

#47EB91
(71,235,145)
#57EC9B
(87,236,155)
#67EDA5
(103,237,165)
#77EEAF
(119,238,175)
#87EFB9
(135,239,185)
#97F0C3
(151,240,195)
#A7F1CD
(167,241,205)
#B7F2D7
(183,242,215)
#C7F3E1
(199,243,225)
#D7F4EB
(215,244,235)
#E7F5F5
(231,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47EB91 color. Also use rgb(71,235,145) instead hex code.

Text Font Color

.myTextColor { color: #47EB91; }

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

This text font color is #47EB91.


Background Color

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

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

This div background color is #47EB91.


Border color

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

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

This div border color is #47EB91.


Opacity

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

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

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

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

This text has shadow with #47EB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47EB91 on black background.


Color preview on white background

This text has color #47EB91 on white background.



Black color preview on #47EB91 background

This text has black color on #47EB91 background.


White color preview on #47EB91 background

This text has white color on #47EB91 background.