COLOR #71D79A

HEX: #71D79A RGB: (113,215,154)

Color info

#71D79A contains mainly green color. Web safe color of #71D79A is #66CC99 (or #6C9).

RGB color model

#71D79A color RGB value is (113,215,154).

RGB: (113,215,154) (44%, 84%, 60%)

RGB channels and saturation

R 113 of 255 = 44%
G 215 of 255 = 84%
B 154 of 255 = 60%

113
215
154

R + G + B ~ 63%. #71D79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 215 + 154 = 482 (100%)
R 113 of 482 ~ 23.44%
G 215 of 482 ~ 44.61%
B 154 of 482 ~ 31.95'%

%23.44
%44.61
%31.95

CMYK color model

#71D79A color CMYK value is (47,0,28,16).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%

CMYK: (47,0,28,16)
C47M0Y28K16 (47%, 0%, 28%, 16%)
(0.47 / 0.00 / 0.28 / 0.16)

CMYK percentages

%47.44
%0
%28.37
%15.69

Codes

Color #71D79A in popluar color models

71 D7 9A
RGB 113 215 154
HSL 144° 56.04% 64.31%
HSB/HSV 144° 47.44% 84.31%
CMYK 47.44% 0.00% 28.37%
15.69%

Color #71D79A in popluar number systems.

HEX 71 D7 9A
Decimal 113 215 154
Binary 1110001 11010111 10011010
Octal 161 327 232

Shades and tints

Shades of #71D79A

#71D79A
(113,215,154)
#67C48C
(103,196,140)
#5DB17E
(93,177,126)
#539E70
(83,158,112)
#498B62
(73,139,98)
#3F7854
(63,120,84)
#356546
(53,101,70)
#2B5238
(43,82,56)
#213F2A
(33,63,42)
#172C1C
(23,44,28)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #71D79A

#71D79A
(113,215,154)
#7DDAA3
(125,218,163)
#89DDAC
(137,221,172)
#95E0B5
(149,224,181)
#A1E3BE
(161,227,190)
#ADE6C7
(173,230,199)
#B9E9D0
(185,233,208)
#C5ECD9
(197,236,217)
#D1EFE2
(209,239,226)
#DDF2EB
(221,242,235)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D79A color. Also use rgb(113,215,154) instead hex code.

Text Font Color

.myTextColor { color: #71D79A; }

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

This text font color is #71D79A.

Background Color

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

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

This div background color is #71D79A.

Border color

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

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

This div border color is #71D79A.

Opacity

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

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

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

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

This text has shadow with #71D79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71D79A.

Preview

Color preview on black background

This text has color #71D79A on black background.


Color preview on white background

This text has color #71D79A on white background.


Black color preview on #71D79A background

This text has black color on #71D79A background.


White color preview on #71D79A background

This text has white color on #71D79A background.


Related colors

Complementary color

Complementary color for #hex is #8E2865.


I love getcolorcode.com

Triadic colors

1 #9A71D7 and #D79A71 with #71D79A are triadic colors.

2 #9AD771 and #D7719A with #71D79A are triadic colors.