COLOR #71C397

HEX: #71C397
RGB: (113,195,151)

Color info

#71C397 contains mainly green and blue colors. Web safe color of #71C397 is #66CC99 (or #6C9).

RGB color model

#71C397 color RGB value is (113,195,151).

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

RGB channels and saturation

R 113 of 255 = 44%
G 195 of 255 = 76%
B 151 of 255 = 59%

113
195
151

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

Portions of RGB colors in percentages

R + G + B =
113 + 195 + 151 = 459 (100%)
R 113 of 459 ~ 24.62%
G 195 of 459 ~ 42.48%
B 151 of 459 ~ 32.9%

%24.62
%42.48
%32.9

CMYK color model

#71C397 color CMYK value is (42,0,23,24).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 23.53%
CMYK:
(42,0,23,24)
C42M0Y23K24 
(42%,0%,23%,24%)
(0.42/0.00/0.23/0.24)	

CMYK percentages

%42.05
%0
%22.56
%23.53

Codes

Color #71C397 in popluar color models

71C397
RGB113195151
HSL148°40.59%60.39%
HSB/HSV148°42.05%76.47%
CMYK42.05%0.00%22.56%
23.53%

Color #71C397 in popluar number systems.

HEX71C397
Decimal113195151
Binary11100011100001110010111
Octal161303227

Shades and tints

Shades of #71C397

#71C397
(113,195,151)
#67B28A
(103,178,138)
#5DA17D
(93,161,125)
#539070
(83,144,112)
#497F63
(73,127,99)
#3F6E56
(63,110,86)
#355D49
(53,93,73)
#2B4C3C
(43,76,60)
#213B2F
(33,59,47)
#172A22
(23,42,34)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #71C397

#71C397
(113,195,151)
#7DC8A0
(125,200,160)
#89CDA9
(137,205,169)
#95D2B2
(149,210,178)
#A1D7BB
(161,215,187)
#ADDCC4
(173,220,196)
#B9E1CD
(185,225,205)
#C5E6D6
(197,230,214)
#D1EBDF
(209,235,223)
#DDF0E8
(221,240,232)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C397; }

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

This text font color is #71C397.


Background Color

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

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

This div background color is #71C397.


Border color

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

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

This div border color is #71C397.


Opacity

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

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

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

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

This text has shadow with #71C397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C397 on black background.


Color preview on white background

This text has color #71C397 on white background.



Black color preview on #71C397 background

This text has black color on #71C397 background.


White color preview on #71C397 background

This text has white color on #71C397 background.