COLOR #47CF91

HEX: #47CF91 RGB: (71,207,145)

Color info

#47CF91 contains mainly green color. Web safe color of #47CF91 is #33CC99 (or #3C9).

RGB color model

#47CF91 color RGB value is (71,207,145).

RGB: (71,207,145) (28%, 81%, 57%)

RGB channels and saturation

R 71 of 255 = 28%
G 207 of 255 = 81%
B 145 of 255 = 57%

71
207
145

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

Portions of RGB colors in percentages

R + G + B = 71 + 207 + 145 = 423 (100%)
R 71 of 423 ~ 16.78%
G 207 of 423 ~ 48.94%
B 145 of 423 ~ 34.28'%

%16.78
%48.94
%34.28

CMYK color model

#47CF91 color CMYK value is (66,0,30,19).

  • cyan value is 65.70%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 18.82%
CMYK: (66,0,30,19) C66M0Y30K19 (66%,0%,30%,19%) (0.66/0.00/0.30/0.19) 

CMYK percentages

%65.7
%0
%29.95
%18.82

Codes

Color #47CF91 in popluar color models

47 CF 91
RGB 71 207 145
HSL 153° 58.62% 54.51%
HSB/HSV 153° 65.70% 81.18%
CMYK 65.70% 0.00% 29.95%
18.82%

Color #47CF91 in popluar number systems.

HEX 47 CF 91
Decimal 71 207 145
Binary 1000111 11001111 10010001
Octal 107 317 221

Shades and tints

Shades of #47CF91

#47CF91
(71,207,145)
#41BD84
(65,189,132)
#3BAB77
(59,171,119)
#35996A
(53,153,106)
#2F875D
(47,135,93)
#297550
(41,117,80)
#236343
(35,99,67)
#1D5136
(29,81,54)
#173F29
(23,63,41)
#112D1C
(17,45,28)
#0B1B0F
(11,27,15)
#000000
(0,0,0)

Tints of #47CF91

#47CF91
(71,207,145)
#57D39B
(87,211,155)
#67D7A5
(103,215,165)
#77DBAF
(119,219,175)
#87DFB9
(135,223,185)
#97E3C3
(151,227,195)
#A7E7CD
(167,231,205)
#B7EBD7
(183,235,215)
#C7EFE1
(199,239,225)
#D7F3EB
(215,243,235)
#E7F7F5
(231,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47CF91; }

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

This text font color is #47CF91.

Background Color

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

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

This div background color is #47CF91.

Border color

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

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

This div border color is #47CF91.

Opacity

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

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

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

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

This text has shadow with #47CF91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47CF91.

Preview

Color preview on black background

This text has color #47CF91 on black background.


Color preview on white background

This text has color #47CF91 on white background.


Black color preview on #47CF91 background

This text has black color on #47CF91 background.


White color preview on #47CF91 background

This text has white color on #47CF91 background.


Related colors

Complementary color

Complementary color for #hex is #B8306E.


I love getcolorcode.com

Triadic colors

1 #9147CF and #CF9147 with #47CF91 are triadic colors.

2 #91CF47 and #CF4791 with #47CF91 are triadic colors.