COLOR #71E091

HEX: #71E091
RGB: (113,224,145)

Color info

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

RGB color model

#71E091 color RGB value is (113,224,145).

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

RGB channels and saturation

R 113 of 255 = 44%
G 224 of 255 = 88%
B 145 of 255 = 57%

113
224
145

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

Portions of RGB colors in percentages

R + G + B =
113 + 224 + 145 = 482 (100%)
R 113 of 482 ~ 23.44%
G 224 of 482 ~ 46.47%
B 145 of 482 ~ 30.08%

%23.44
%46.47
%30.08

CMYK color model

#71E091 color CMYK value is (50,0,35,12).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(50,0,35,12)
C50M0Y35K12 
(50%,0%,35%,12%)
(0.50/0.00/0.35/0.12)	

CMYK percentages

%49.55
%0
%35.27
%12.16

Codes

Color #71E091 in popluar color models

71E091
RGB113224145
HSL137°64.16%66.08%
HSB/HSV137°49.55%87.84%
CMYK49.55%0.00%35.27%
12.16%

Color #71E091 in popluar number systems.

HEX71E091
Decimal113224145
Binary11100011110000010010001
Octal161340221

Shades and tints

Shades of #71E091

#71E091
(113,224,145)
#67CC84
(103,204,132)
#5DB877
(93,184,119)
#53A46A
(83,164,106)
#49905D
(73,144,93)
#3F7C50
(63,124,80)
#356843
(53,104,67)
#2B5436
(43,84,54)
#214029
(33,64,41)
#172C1C
(23,44,28)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #71E091

#71E091
(113,224,145)
#7DE29B
(125,226,155)
#89E4A5
(137,228,165)
#95E6AF
(149,230,175)
#A1E8B9
(161,232,185)
#ADEAC3
(173,234,195)
#B9ECCD
(185,236,205)
#C5EED7
(197,238,215)
#D1F0E1
(209,240,225)
#DDF2EB
(221,242,235)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71E091; }

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

This text font color is #71E091.


Background Color

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

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

This div background color is #71E091.


Border color

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

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

This div border color is #71E091.


Opacity

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

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

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

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

This text has shadow with #71E091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E091 on black background.


Color preview on white background

This text has color #71E091 on white background.



Black color preview on #71E091 background

This text has black color on #71E091 background.


White color preview on #71E091 background

This text has white color on #71E091 background.