COLOR #71C58B

HEX: #71C58B RGB: (113,197,139)

Color info

#71C58B contains mainly green and blue colors. Web safe color of #71C58B is #66CC99 (or #6C9).

RGB color model

#71C58B color RGB value is (113,197,139).

RGB: (113,197,139) (44%, 77%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 197 of 255 = 77%
B 139 of 255 = 55%

113
197
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 197 + 139 = 449 (100%)
R 113 of 449 ~ 25.17%
G 197 of 449 ~ 43.88%
B 139 of 449 ~ 30.96'%

%25.17
%43.88
%30.96

CMYK color model

#71C58B color CMYK value is (43,0,29,23).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%

CMYK: (43,0,29,23)
C43M0Y29K23 (43%, 0%, 29%, 23%)
(0.43 / 0.00 / 0.29 / 0.23)

CMYK percentages

%42.64
%0
%29.44
%22.75

Codes

Color #71C58B in popluar color models

71 C5 8B
RGB 113 197 139
HSL 139° 42.00% 60.78%
HSB/HSV 139° 42.64% 77.25%
CMYK 42.64% 0.00% 29.44%
22.75%

Color #71C58B in popluar number systems.

HEX 71 C5 8B
Decimal 113 197 139
Binary 1110001 11000101 10001011
Octal 161 305 213

Shades and tints

Shades of #71C58B

#71C58B
(113,197,139)
#67B47F
(103,180,127)
#5DA373
(93,163,115)
#539267
(83,146,103)
#49815B
(73,129,91)
#3F704F
(63,112,79)
#355F43
(53,95,67)
#2B4E37
(43,78,55)
#213D2B
(33,61,43)
#172C1F
(23,44,31)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #71C58B

#71C58B
(113,197,139)
#7DCA95
(125,202,149)
#89CF9F
(137,207,159)
#95D4A9
(149,212,169)
#A1D9B3
(161,217,179)
#ADDEBD
(173,222,189)
#B9E3C7
(185,227,199)
#C5E8D1
(197,232,209)
#D1EDDB
(209,237,219)
#DDF2E5
(221,242,229)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C58B color. Also use rgb(113,197,139) instead hex code.

Text Font Color

.myTextColor { color: #71C58B; }

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

This text font color is #71C58B.

Background Color

.myBgColor { background-color: #71C58B; }

<div style="background-color:#71C58B">Inner text</div>

This div background color is #71C58B.

Border color

.myBorderColor { border: 1px solid #71C58B; }

<div style="border:3px solid #71C58B">Div</div>

This div border color is #71C58B.

Opacity

.myOpacity80 { color: #71C58B; opacity: 0.8; }

<p style="color:#71C58B;opacity:0.8;">80%</p>

Text with #71C58B 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 #71C58B;}

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

This text has shadow with #71C58B color.


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

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

This text has shadow with #71C58B primary color and red secondary color.


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

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

This text has shadow with #71C58B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71C58B.

Preview

Color preview on black background

This text has color #71C58B on black background.


Color preview on white background

This text has color #71C58B on white background.


Black color preview on #71C58B background

This text has black color on #71C58B background.


White color preview on #71C58B background

This text has white color on #71C58B background.


Related colors

Complementary color

Complementary color for #hex is #8E3A74.


I love getcolorcode.com

Triadic colors

1 #8B71C5 and #C58B71 with #71C58B are triadic colors.

2 #8BC571 and #C5718B with #71C58B are triadic colors.