COLOR #71BD7F

HEX: #71BD7F RGB: (113,189,127)

Color info

#71BD7F contains mainly green color. Web safe color of #71BD7F is #66CC66 (or #6C6).

RGB color model

#71BD7F color RGB value is (113,189,127).

RGB: (113,189,127) (44%, 74%, 50%)

RGB channels and saturation

R 113 of 255 = 44%
G 189 of 255 = 74%
B 127 of 255 = 50%

113
189
127

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

Portions of RGB colors in percentages

R + G + B = 113 + 189 + 127 = 429 (100%)
R 113 of 429 ~ 26.34%
G 189 of 429 ~ 44.06%
B 127 of 429 ~ 29.6'%

%26.34
%44.06
%29.6

CMYK color model

#71BD7F color CMYK value is (40,0,33,26).

  • cyan value is 40.21%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%

CMYK: (40,0,33,26)
C40M0Y33K26 (40%, 0%, 33%, 26%)
(0.40 / 0.00 / 0.33 / 0.26)

CMYK percentages

%40.21
%0
%32.8
%25.88

Codes

Color #71BD7F in popluar color models

71 BD 7F
RGB 113 189 127
HSL 131° 36.54% 59.22%
HSB/HSV 131° 40.21% 74.12%
CMYK 40.21% 0.00% 32.80%
25.88%

Color #71BD7F in popluar number systems.

HEX 71 BD 7F
Decimal 113 189 127
Binary 1110001 10111101 1111111
Octal 161 275 177

Shades and tints

Shades of #71BD7F

#71BD7F
(113,189,127)
#67AC74
(103,172,116)
#5D9B69
(93,155,105)
#538A5E
(83,138,94)
#497953
(73,121,83)
#3F6848
(63,104,72)
#35573D
(53,87,61)
#2B4632
(43,70,50)
#213527
(33,53,39)
#17241C
(23,36,28)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #71BD7F

#71BD7F
(113,189,127)
#7DC38A
(125,195,138)
#89C995
(137,201,149)
#95CFA0
(149,207,160)
#A1D5AB
(161,213,171)
#ADDBB6
(173,219,182)
#B9E1C1
(185,225,193)
#C5E7CC
(197,231,204)
#D1EDD7
(209,237,215)
#DDF3E2
(221,243,226)
#E9F9ED
(233,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BD7F color. Also use rgb(113,189,127) instead hex code.

Text Font Color

.myTextColor { color: #71BD7F; }

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

This text font color is #71BD7F.

Background Color

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

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

This div background color is #71BD7F.

Border color

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

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

This div border color is #71BD7F.

Opacity

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

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

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

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

This text has shadow with #71BD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BD7F.

Preview

Color preview on black background

This text has color #71BD7F on black background.


Color preview on white background

This text has color #71BD7F on white background.


Black color preview on #71BD7F background

This text has black color on #71BD7F background.


White color preview on #71BD7F background

This text has white color on #71BD7F background.


Related colors

Complementary color

Complementary color for #hex is #8E4280.


I love getcolorcode.com

Triadic colors

1 #7F71BD and #BD7F71 with #71BD7F are triadic colors.

2 #7FBD71 and #BD717F with #71BD7F are triadic colors.