COLOR #71D39E

HEX: #71D39E RGB: (113,211,158)

Color info

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

RGB color model

#71D39E color RGB value is (113,211,158).

RGB: (113,211,158) (44%, 83%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 211 of 255 = 83%
B 158 of 255 = 62%

113
211
158

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

Portions of RGB colors in percentages

R + G + B = 113 + 211 + 158 = 482 (100%)
R 113 of 482 ~ 23.44%
G 211 of 482 ~ 43.78%
B 158 of 482 ~ 32.78'%

%23.44
%43.78
%32.78

CMYK color model

#71D39E color CMYK value is (46,0,25,17).

  • cyan value is 46.45%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK: (46,0,25,17) C46M0Y25K17 (46%,0%,25%,17%) (0.46/0.00/0.25/0.17) 

CMYK percentages

%46.45
%0
%25.12
%17.25

Codes

Color #71D39E in popluar color models

71 D3 9E
RGB 113 211 158
HSL 148° 52.69% 63.53%
HSB/HSV 148° 46.45% 82.75%
CMYK 46.45% 0.00% 25.12%
17.25%

Color #71D39E in popluar number systems.

HEX 71 D3 9E
Decimal 113 211 158
Binary 1110001 11010011 10011110
Octal 161 323 236

Shades and tints

Shades of #71D39E

#71D39E
(113,211,158)
#67C090
(103,192,144)
#5DAD82
(93,173,130)
#539A74
(83,154,116)
#498766
(73,135,102)
#3F7458
(63,116,88)
#35614A
(53,97,74)
#2B4E3C
(43,78,60)
#213B2E
(33,59,46)
#172820
(23,40,32)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #71D39E

#71D39E
(113,211,158)
#7DD7A6
(125,215,166)
#89DBAE
(137,219,174)
#95DFB6
(149,223,182)
#A1E3BE
(161,227,190)
#ADE7C6
(173,231,198)
#B9EBCE
(185,235,206)
#C5EFD6
(197,239,214)
#D1F3DE
(209,243,222)
#DDF7E6
(221,247,230)
#E9FBEE
(233,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D39E color. Also use rgb(113,211,158) instead hex code.

Text Font Color

.myTextColor { color: #71D39E; }

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

This text font color is #71D39E.

Background Color

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

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

This div background color is #71D39E.

Border color

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

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

This div border color is #71D39E.

Opacity

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

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

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

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

This text has shadow with #71D39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71D39E.

Preview

Color preview on black background

This text has color #71D39E on black background.


Color preview on white background

This text has color #71D39E on white background.


Black color preview on #71D39E background

This text has black color on #71D39E background.


White color preview on #71D39E background

This text has white color on #71D39E background.


Related colors

Complementary color

Complementary color for #hex is #8E2C61.


I love getcolorcode.com

Triadic colors

1 #9E71D3 and #D39E71 with #71D39E are triadic colors.

2 #9ED371 and #D3719E with #71D39E are triadic colors.