COLOR #47EA8A

HEX: #47EA8A RGB: (71,234,138)

Color info

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

RGB color model

#47EA8A color RGB value is (71,234,138).

RGB: (71,234,138) (28%, 92%, 54%)

RGB channels and saturation

R 71 of 255 = 28%
G 234 of 255 = 92%
B 138 of 255 = 54%

71
234
138

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

Portions of RGB colors in percentages

R + G + B = 71 + 234 + 138 = 443 (100%)
R 71 of 443 ~ 16.03%
G 234 of 443 ~ 52.82%
B 138 of 443 ~ 31.15'%

%16.03
%52.82
%31.15

CMYK color model

#47EA8A color CMYK value is (70,0,41,8).

  • cyan value is 69.66%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK: (70,0,41,8) C70M0Y41K8 (70%,0%,41%,8%) (0.70/0.00/0.41/0.08) 

CMYK percentages

%69.66
%0
%41.03
%8.24

Codes

Color #47EA8A in popluar color models

47 EA 8A
RGB 71 234 138
HSL 145° 79.51% 59.80%
HSB/HSV 145° 69.66% 91.76%
CMYK 69.66% 0.00% 41.03%
8.24%

Color #47EA8A in popluar number systems.

HEX 47 EA 8A
Decimal 71 234 138
Binary 1000111 11101010 10001010
Octal 107 352 212

Shades and tints

Shades of #47EA8A

#47EA8A
(71,234,138)
#41D57E
(65,213,126)
#3BC072
(59,192,114)
#35AB66
(53,171,102)
#2F965A
(47,150,90)
#29814E
(41,129,78)
#236C42
(35,108,66)
#1D5736
(29,87,54)
#17422A
(23,66,42)
#112D1E
(17,45,30)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #47EA8A

#47EA8A
(71,234,138)
#57EB94
(87,235,148)
#67EC9E
(103,236,158)
#77EDA8
(119,237,168)
#87EEB2
(135,238,178)
#97EFBC
(151,239,188)
#A7F0C6
(167,240,198)
#B7F1D0
(183,241,208)
#C7F2DA
(199,242,218)
#D7F3E4
(215,243,228)
#E7F4EE
(231,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47EA8A color. Also use rgb(71,234,138) instead hex code.

Text Font Color

.myTextColor { color: #47EA8A; }

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

This text font color is #47EA8A.

Background Color

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

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

This div background color is #47EA8A.

Border color

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

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

This div border color is #47EA8A.

Opacity

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

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

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

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

This text has shadow with #47EA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47EA8A.

Preview

Color preview on black background

This text has color #47EA8A on black background.


Color preview on white background

This text has color #47EA8A on white background.


Black color preview on #47EA8A background

This text has black color on #47EA8A background.


White color preview on #47EA8A background

This text has white color on #47EA8A background.


Related colors

Complementary color

Complementary color for #hex is #B81575.


I love getcolorcode.com

Triadic colors

1 #8A47EA and #EA8A47 with #47EA8A are triadic colors.

2 #8AEA47 and #EA478A with #47EA8A are triadic colors.