COLOR #71D97A

HEX: #71D97A
RGB: (113,217,122)

Color info

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

RGB color model

#71D97A color RGB value is (113,217,122).

  • red value is 113;
  • green value is 217;
  • blue value is 122.
RGB:
(113,217,122)
(44%,85%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 217 of 255 = 85%
B 122 of 255 = 48%

113
217
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 217 + 122 = 452 (100%)
R 113 of 452 ~ 25%
G 217 of 452 ~ 48.01%
B 122 of 452 ~ 26.99%

%25
%48.01
%26.99

CMYK color model

#71D97A color CMYK value is (48,0,44,15).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 14.90%
CMYK:
(48,0,44,15)
C48M0Y44K15 
(48%,0%,44%,15%)
(0.48/0.00/0.44/0.15)	

CMYK percentages

%47.93
%0
%43.78
%14.9

Codes

Color #71D97A in popluar color models

71D97A
RGB113217122
HSL125°57.78%64.71%
HSB/HSV125°47.93%85.10%
CMYK47.93%0.00%43.78%
14.90%

Color #71D97A in popluar number systems.

HEX71D97A
Decimal113217122
Binary1110001110110011111010
Octal161331172

Shades and tints

Shades of #71D97A

#71D97A
(113,217,122)
#67C66F
(103,198,111)
#5DB364
(93,179,100)
#53A059
(83,160,89)
#498D4E
(73,141,78)
#3F7A43
(63,122,67)
#356738
(53,103,56)
#2B542D
(43,84,45)
#214122
(33,65,34)
#172E17
(23,46,23)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #71D97A

#71D97A
(113,217,122)
#7DDC86
(125,220,134)
#89DF92
(137,223,146)
#95E29E
(149,226,158)
#A1E5AA
(161,229,170)
#ADE8B6
(173,232,182)
#B9EBC2
(185,235,194)
#C5EECE
(197,238,206)
#D1F1DA
(209,241,218)
#DDF4E6
(221,244,230)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D97A color. Also use rgb(113,217,122) instead hex code.

Text Font Color

.myTextColor { color: #71D97A; }

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

This text font color is #71D97A.


Background Color

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

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

This div background color is #71D97A.


Border color

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

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

This div border color is #71D97A.


Opacity

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

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

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

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

This text has shadow with #71D97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D97A on black background.


Color preview on white background

This text has color #71D97A on white background.



Black color preview on #71D97A background

This text has black color on #71D97A background.


White color preview on #71D97A background

This text has white color on #71D97A background.