COLOR #71CF86

HEX: #71CF86 RGB: (113,207,134)

Color info

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

RGB color model

#71CF86 color RGB value is (113,207,134).

RGB: (113,207,134) (44%, 81%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 207 of 255 = 81%
B 134 of 255 = 53%

113
207
134

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

Portions of RGB colors in percentages

R + G + B = 113 + 207 + 134 = 454 (100%)
R 113 of 454 ~ 24.89%
G 207 of 454 ~ 45.59%
B 134 of 454 ~ 29.52'%

%24.89
%45.59
%29.52

CMYK color model

#71CF86 color CMYK value is (45,0,35,19).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 18.82%

CMYK: (45,0,35,19)
C45M0Y35K19 (45%, 0%, 35%, 19%)
(0.45 / 0.00 / 0.35 / 0.19)

CMYK percentages

%45.41
%0
%35.27
%18.82

Codes

Color #71CF86 in popluar color models

71 CF 86
RGB 113 207 134
HSL 133° 49.47% 62.75%
HSB/HSV 133° 45.41% 81.18%
CMYK 45.41% 0.00% 35.27%
18.82%

Color #71CF86 in popluar number systems.

HEX 71 CF 86
Decimal 113 207 134
Binary 1110001 11001111 10000110
Octal 161 317 206

Shades and tints

Shades of #71CF86

#71CF86
(113,207,134)
#67BD7A
(103,189,122)
#5DAB6E
(93,171,110)
#539962
(83,153,98)
#498756
(73,135,86)
#3F754A
(63,117,74)
#35633E
(53,99,62)
#2B5132
(43,81,50)
#213F26
(33,63,38)
#172D1A
(23,45,26)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #71CF86

#71CF86
(113,207,134)
#7DD391
(125,211,145)
#89D79C
(137,215,156)
#95DBA7
(149,219,167)
#A1DFB2
(161,223,178)
#ADE3BD
(173,227,189)
#B9E7C8
(185,231,200)
#C5EBD3
(197,235,211)
#D1EFDE
(209,239,222)
#DDF3E9
(221,243,233)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CF86 color. Also use rgb(113,207,134) instead hex code.

Text Font Color

.myTextColor { color: #71CF86; }

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

This text font color is #71CF86.

Background Color

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

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

This div background color is #71CF86.

Border color

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

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

This div border color is #71CF86.

Opacity

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

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

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

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

This text has shadow with #71CF86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CF86.

Preview

Color preview on black background

This text has color #71CF86 on black background.


Color preview on white background

This text has color #71CF86 on white background.


Black color preview on #71CF86 background

This text has black color on #71CF86 background.


White color preview on #71CF86 background

This text has white color on #71CF86 background.


Related colors

Complementary color

Complementary color for #hex is #8E3079.


I love getcolorcode.com

Triadic colors

1 #8671CF and #CF8671 with #71CF86 are triadic colors.

2 #86CF71 and #CF7186 with #71CF86 are triadic colors.