COLOR #71C18D

HEX: #71C18D
RGB: (113,193,141)

Color info

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

RGB color model

#71C18D color RGB value is (113,193,141).

  • red value is 113;
  • green value is 193;
  • blue value is 141.
RGB:
(113,193,141)
(44%,76%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 193 of 255 = 76%
B 141 of 255 = 55%

113
193
141

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

Portions of RGB colors in percentages

R + G + B =
113 + 193 + 141 = 447 (100%)
R 113 of 447 ~ 25.28%
G 193 of 447 ~ 43.18%
B 141 of 447 ~ 31.54%

%25.28
%43.18
%31.54

CMYK color model

#71C18D color CMYK value is (41,0,27,24).

  • cyan value is 41.45%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(41,0,27,24)
C41M0Y27K24 
(41%,0%,27%,24%)
(0.41/0.00/0.27/0.24)	

CMYK percentages

%41.45
%0
%26.94
%24.31

Codes

Color #71C18D in popluar color models

71C18D
RGB113193141
HSL141°39.22%60.00%
HSB/HSV141°41.45%75.69%
CMYK41.45%0.00%26.94%
24.31%

Color #71C18D in popluar number systems.

HEX71C18D
Decimal113193141
Binary11100011100000110001101
Octal161301215

Shades and tints

Shades of #71C18D

#71C18D
(113,193,141)
#67B081
(103,176,129)
#5D9F75
(93,159,117)
#538E69
(83,142,105)
#497D5D
(73,125,93)
#3F6C51
(63,108,81)
#355B45
(53,91,69)
#2B4A39
(43,74,57)
#21392D
(33,57,45)
#172821
(23,40,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #71C18D

#71C18D
(113,193,141)
#7DC697
(125,198,151)
#89CBA1
(137,203,161)
#95D0AB
(149,208,171)
#A1D5B5
(161,213,181)
#ADDABF
(173,218,191)
#B9DFC9
(185,223,201)
#C5E4D3
(197,228,211)
#D1E9DD
(209,233,221)
#DDEEE7
(221,238,231)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C18D color. Also use rgb(113,193,141) instead hex code.

Text Font Color

.myTextColor { color: #71C18D; }

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

This text font color is #71C18D.


Background Color

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

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

This div background color is #71C18D.


Border color

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

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

This div border color is #71C18D.


Opacity

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

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

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

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

This text has shadow with #71C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C18D on black background.


Color preview on white background

This text has color #71C18D on white background.



Black color preview on #71C18D background

This text has black color on #71C18D background.


White color preview on #71C18D background

This text has white color on #71C18D background.