COLOR #71C37F

HEX: #71C37F
RGB: (113,195,127)

Color info

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

RGB color model

#71C37F color RGB value is (113,195,127).

  • red value is 113;
  • green value is 195;
  • blue value is 127.
RGB:
(113,195,127)
(44%,76%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 195 of 255 = 76%
B 127 of 255 = 50%

113
195
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 195 + 127 = 435 (100%)
R 113 of 435 ~ 25.98%
G 195 of 435 ~ 44.83%
B 127 of 435 ~ 29.2%

%25.98
%44.83
%29.2

CMYK color model

#71C37F color CMYK value is (42,0,35,24).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(42,0,35,24)
C42M0Y35K24 
(42%,0%,35%,24%)
(0.42/0.00/0.35/0.24)	

CMYK percentages

%42.05
%0
%34.87
%23.53

Codes

Color #71C37F in popluar color models

71C37F
RGB113195127
HSL130°40.59%60.39%
HSB/HSV130°42.05%76.47%
CMYK42.05%0.00%34.87%
23.53%

Color #71C37F in popluar number systems.

HEX71C37F
Decimal113195127
Binary1110001110000111111111
Octal161303177

Shades and tints

Shades of #71C37F

#71C37F
(113,195,127)
#67B274
(103,178,116)
#5DA169
(93,161,105)
#53905E
(83,144,94)
#497F53
(73,127,83)
#3F6E48
(63,110,72)
#355D3D
(53,93,61)
#2B4C32
(43,76,50)
#213B27
(33,59,39)
#172A1C
(23,42,28)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #71C37F

#71C37F
(113,195,127)
#7DC88A
(125,200,138)
#89CD95
(137,205,149)
#95D2A0
(149,210,160)
#A1D7AB
(161,215,171)
#ADDCB6
(173,220,182)
#B9E1C1
(185,225,193)
#C5E6CC
(197,230,204)
#D1EBD7
(209,235,215)
#DDF0E2
(221,240,226)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C37F; }

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

This text font color is #71C37F.


Background Color

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

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

This div background color is #71C37F.


Border color

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

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

This div border color is #71C37F.


Opacity

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

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

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

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

This text has shadow with #71C37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C37F on black background.


Color preview on white background

This text has color #71C37F on white background.



Black color preview on #71C37F background

This text has black color on #71C37F background.


White color preview on #71C37F background

This text has white color on #71C37F background.