COLOR #71E09D

HEX: #71E09D
RGB: (113,224,157)

Color info

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

RGB color model

#71E09D color RGB value is (113,224,157).

  • red value is 113;
  • green value is 224;
  • blue value is 157.
RGB:
(113,224,157)
(44%,88%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 224 of 255 = 88%
B 157 of 255 = 62%

113
224
157

R + G + B ~ 65%. #71E09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 224 + 157 = 494 (100%)
R 113 of 494 ~ 22.87%
G 224 of 494 ~ 45.34%
B 157 of 494 ~ 31.78%

%22.87
%45.34
%31.78

CMYK color model

#71E09D color CMYK value is (50,0,30,12).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%
CMYK:
(50,0,30,12)
C50M0Y30K12 
(50%,0%,30%,12%)
(0.50/0.00/0.30/0.12)	

CMYK percentages

%49.55
%0
%29.91
%12.16

Codes

Color #71E09D in popluar color models

71E09D
RGB113224157
HSL144°64.16%66.08%
HSB/HSV144°49.55%87.84%
CMYK49.55%0.00%29.91%
12.16%

Color #71E09D in popluar number systems.

HEX71E09D
Decimal113224157
Binary11100011110000010011101
Octal161340235

Shades and tints

Shades of #71E09D

#71E09D
(113,224,157)
#67CC8F
(103,204,143)
#5DB881
(93,184,129)
#53A473
(83,164,115)
#499065
(73,144,101)
#3F7C57
(63,124,87)
#356849
(53,104,73)
#2B543B
(43,84,59)
#21402D
(33,64,45)
#172C1F
(23,44,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #71E09D

#71E09D
(113,224,157)
#7DE2A5
(125,226,165)
#89E4AD
(137,228,173)
#95E6B5
(149,230,181)
#A1E8BD
(161,232,189)
#ADEAC5
(173,234,197)
#B9ECCD
(185,236,205)
#C5EED5
(197,238,213)
#D1F0DD
(209,240,221)
#DDF2E5
(221,242,229)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E09D color. Also use rgb(113,224,157) instead hex code.

Text Font Color

.myTextColor { color: #71E09D; }

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

This text font color is #71E09D.


Background Color

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

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

This div background color is #71E09D.


Border color

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

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

This div border color is #71E09D.


Opacity

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

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

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

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

This text has shadow with #71E09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E09D on black background.


Color preview on white background

This text has color #71E09D on white background.



Black color preview on #71E09D background

This text has black color on #71E09D background.


White color preview on #71E09D background

This text has white color on #71E09D background.