COLOR #71BC82

HEX: #71BC82
RGB: (113,188,130)

Color info

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

RGB color model

#71BC82 color RGB value is (113,188,130).

  • red value is 113;
  • green value is 188;
  • blue value is 130.
RGB:
(113,188,130)
(44%,74%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 188 of 255 = 74%
B 130 of 255 = 51%

113
188
130

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

Portions of RGB colors in percentages

R + G + B =
113 + 188 + 130 = 431 (100%)
R 113 of 431 ~ 26.22%
G 188 of 431 ~ 43.62%
B 130 of 431 ~ 30.16%

%26.22
%43.62
%30.16

CMYK color model

#71BC82 color CMYK value is (40,0,31,26).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(40,0,31,26)
C40M0Y31K26 
(40%,0%,31%,26%)
(0.40/0.00/0.31/0.26)	

CMYK percentages

%39.89
%0
%30.85
%26.27

Codes

Color #71BC82 in popluar color models

71BC82
RGB113188130
HSL134°35.89%59.02%
HSB/HSV134°39.89%73.73%
CMYK39.89%0.00%30.85%
26.27%

Color #71BC82 in popluar number systems.

HEX71BC82
Decimal113188130
Binary11100011011110010000010
Octal161274202

Shades and tints

Shades of #71BC82

#71BC82
(113,188,130)
#67AB77
(103,171,119)
#5D9A6C
(93,154,108)
#538961
(83,137,97)
#497856
(73,120,86)
#3F674B
(63,103,75)
#355640
(53,86,64)
#2B4535
(43,69,53)
#21342A
(33,52,42)
#17231F
(23,35,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #71BC82

#71BC82
(113,188,130)
#7DC28D
(125,194,141)
#89C898
(137,200,152)
#95CEA3
(149,206,163)
#A1D4AE
(161,212,174)
#ADDAB9
(173,218,185)
#B9E0C4
(185,224,196)
#C5E6CF
(197,230,207)
#D1ECDA
(209,236,218)
#DDF2E5
(221,242,229)
#E9F8F0
(233,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BC82 color. Also use rgb(113,188,130) instead hex code.

Text Font Color

.myTextColor { color: #71BC82; }

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

This text font color is #71BC82.


Background Color

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

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

This div background color is #71BC82.


Border color

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

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

This div border color is #71BC82.


Opacity

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

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

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

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

This text has shadow with #71BC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BC82 on black background.


Color preview on white background

This text has color #71BC82 on white background.



Black color preview on #71BC82 background

This text has black color on #71BC82 background.


White color preview on #71BC82 background

This text has white color on #71BC82 background.