COLOR #71C58E

HEX: #71C58E
RGB: (113,197,142)

Color info

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

RGB color model

#71C58E color RGB value is (113,197,142).

  • red value is 113;
  • green value is 197;
  • blue value is 142.
RGB:
(113,197,142)
(44%,77%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 197 of 255 = 77%
B 142 of 255 = 56%

113
197
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 197 + 142 = 452 (100%)
R 113 of 452 ~ 25%
G 197 of 452 ~ 43.58%
B 142 of 452 ~ 31.42%

%25
%43.58
%31.42

CMYK color model

#71C58E color CMYK value is (43,0,28,23).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(43,0,28,23)
C43M0Y28K23 
(43%,0%,28%,23%)
(0.43/0.00/0.28/0.23)	

CMYK percentages

%42.64
%0
%27.92
%22.75

Codes

Color #71C58E in popluar color models

71C58E
RGB113197142
HSL141°42.00%60.78%
HSB/HSV141°42.64%77.25%
CMYK42.64%0.00%27.92%
22.75%

Color #71C58E in popluar number systems.

HEX71C58E
Decimal113197142
Binary11100011100010110001110
Octal161305216

Shades and tints

Shades of #71C58E

#71C58E
(113,197,142)
#67B482
(103,180,130)
#5DA376
(93,163,118)
#53926A
(83,146,106)
#49815E
(73,129,94)
#3F7052
(63,112,82)
#355F46
(53,95,70)
#2B4E3A
(43,78,58)
#213D2E
(33,61,46)
#172C22
(23,44,34)
#0D1B16
(13,27,22)
#000000
(0,0,0)

Tints of #71C58E

#71C58E
(113,197,142)
#7DCA98
(125,202,152)
#89CFA2
(137,207,162)
#95D4AC
(149,212,172)
#A1D9B6
(161,217,182)
#ADDEC0
(173,222,192)
#B9E3CA
(185,227,202)
#C5E8D4
(197,232,212)
#D1EDDE
(209,237,222)
#DDF2E8
(221,242,232)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C58E color. Also use rgb(113,197,142) instead hex code.

Text Font Color

.myTextColor { color: #71C58E; }

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

This text font color is #71C58E.


Background Color

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

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

This div background color is #71C58E.


Border color

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

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

This div border color is #71C58E.


Opacity

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

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

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

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

This text has shadow with #71C58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C58E on black background.


Color preview on white background

This text has color #71C58E on white background.



Black color preview on #71C58E background

This text has black color on #71C58E background.


White color preview on #71C58E background

This text has white color on #71C58E background.