COLOR #71BE7C

HEX: #71BE7C RGB: (113,190,124)

Color info

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

RGB color model

#71BE7C color RGB value is (113,190,124).

RGB: (113,190,124) (44%, 75%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 124 of 255 = 49%

113
190
124

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

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 124 = 427 (100%)
R 113 of 427 ~ 26.46%
G 190 of 427 ~ 44.5%
B 124 of 427 ~ 29.04'%

%26.46
%44.5
%29.04

CMYK color model

#71BE7C color CMYK value is (41,0,35,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 25.49%

CMYK: (41,0,35,25)
C41M0Y35K25 (41%, 0%, 35%, 25%)
(0.41 / 0.00 / 0.35 / 0.25)

CMYK percentages

%40.53
%0
%34.74
%25.49

Codes

Color #71BE7C in popluar color models

71 BE 7C
RGB 113 190 124
HSL 129° 37.20% 59.41%
HSB/HSV 129° 40.53% 74.51%
CMYK 40.53% 0.00% 34.74%
25.49%

Color #71BE7C in popluar number systems.

HEX 71 BE 7C
Decimal 113 190 124
Binary 1110001 10111110 1111100
Octal 161 276 174

Shades and tints

Shades of #71BE7C

#71BE7C
(113,190,124)
#67AD71
(103,173,113)
#5D9C66
(93,156,102)
#538B5B
(83,139,91)
#497A50
(73,122,80)
#3F6945
(63,105,69)
#35583A
(53,88,58)
#2B472F
(43,71,47)
#213624
(33,54,36)
#172519
(23,37,25)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #71BE7C

#71BE7C
(113,190,124)
#7DC387
(125,195,135)
#89C892
(137,200,146)
#95CD9D
(149,205,157)
#A1D2A8
(161,210,168)
#ADD7B3
(173,215,179)
#B9DCBE
(185,220,190)
#C5E1C9
(197,225,201)
#D1E6D4
(209,230,212)
#DDEBDF
(221,235,223)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BE7C color. Also use rgb(113,190,124) instead hex code.

Text Font Color

.myTextColor { color: #71BE7C; }

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

This text font color is #71BE7C.

Background Color

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

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

This div background color is #71BE7C.

Border color

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

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

This div border color is #71BE7C.

Opacity

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

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

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

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

This text has shadow with #71BE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BE7C.

Preview

Color preview on black background

This text has color #71BE7C on black background.


Color preview on white background

This text has color #71BE7C on white background.


Black color preview on #71BE7C background

This text has black color on #71BE7C background.


White color preview on #71BE7C background

This text has white color on #71BE7C background.


Related colors

Complementary color

Complementary color for #hex is #8E4183.


I love getcolorcode.com

Triadic colors

1 #7C71BE and #BE7C71 with #71BE7C are triadic colors.

2 #7CBE71 and #BE717C with #71BE7C are triadic colors.