COLOR #71CB82

HEX: #71CB82 RGB: (113,203,130)

Color info

#71CB82 contains mainly green color. Web safe color of #71CB82 is #66CC99 (or #6C9).

RGB color model

#71CB82 color RGB value is (113,203,130).

RGB: (113,203,130) (44%, 80%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 203 of 255 = 80%
B 130 of 255 = 51%

113
203
130

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

Portions of RGB colors in percentages

R + G + B = 113 + 203 + 130 = 446 (100%)
R 113 of 446 ~ 25.34%
G 203 of 446 ~ 45.52%
B 130 of 446 ~ 29.15'%

%25.34
%45.52
%29.15

CMYK color model

#71CB82 color CMYK value is (44,0,36,20).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 20.39%

CMYK: (44,0,36,20)
C44M0Y36K20 (44%, 0%, 36%, 20%)
(0.44 / 0.00 / 0.36 / 0.20)

CMYK percentages

%44.33
%0
%35.96
%20.39

Codes

Color #71CB82 in popluar color models

71 CB 82
RGB 113 203 130
HSL 131° 46.39% 61.96%
HSB/HSV 131° 44.33% 79.61%
CMYK 44.33% 0.00% 35.96%
20.39%

Color #71CB82 in popluar number systems.

HEX 71 CB 82
Decimal 113 203 130
Binary 1110001 11001011 10000010
Octal 161 313 202

Shades and tints

Shades of #71CB82

#71CB82
(113,203,130)
#67B977
(103,185,119)
#5DA76C
(93,167,108)
#539561
(83,149,97)
#498356
(73,131,86)
#3F714B
(63,113,75)
#355F40
(53,95,64)
#2B4D35
(43,77,53)
#213B2A
(33,59,42)
#17291F
(23,41,31)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #71CB82

#71CB82
(113,203,130)
#7DCF8D
(125,207,141)
#89D398
(137,211,152)
#95D7A3
(149,215,163)
#A1DBAE
(161,219,174)
#ADDFB9
(173,223,185)
#B9E3C4
(185,227,196)
#C5E7CF
(197,231,207)
#D1EBDA
(209,235,218)
#DDEFE5
(221,239,229)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CB82; }

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

This text font color is #71CB82.

Background Color

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

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

This div background color is #71CB82.

Border color

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

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

This div border color is #71CB82.

Opacity

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

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

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

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

This text has shadow with #71CB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CB82.

Preview

Color preview on black background

This text has color #71CB82 on black background.


Color preview on white background

This text has color #71CB82 on white background.


Black color preview on #71CB82 background

This text has black color on #71CB82 background.


White color preview on #71CB82 background

This text has white color on #71CB82 background.


Related colors

Complementary color

Complementary color for #hex is #8E347D.


I love getcolorcode.com

Triadic colors

1 #8271CB and #CB8271 with #71CB82 are triadic colors.

2 #82CB71 and #CB7182 with #71CB82 are triadic colors.