COLOR #71FDA4

HEX: #71FDA4
RGB: (113,253,164)

Color info

#71FDA4 contains mainly green color. Web safe color of #71FDA4 is #66FF99 (or #6F9).

RGB color model

#71FDA4 color RGB value is (113,253,164).

  • red value is 113;
  • green value is 253;
  • blue value is 164.
RGB:
(113,253,164)
(44%,99%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 253 of 255 = 99%
B 164 of 255 = 64%

113
253
164

R + G + B ~ 69%. #71FDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 253 + 164 = 530 (100%)
R 113 of 530 ~ 21.32%
G 253 of 530 ~ 47.74%
B 164 of 530 ~ 30.94%

%21.32
%47.74
%30.94

CMYK color model

#71FDA4 color CMYK value is (55,0,35,1).

  • cyan value is 55.34%
  • magenta value is 0.00%
  • yellow value is 35.18%
  • key color value is 0.78%
CMYK:
(55,0,35,1)
C55M0Y35K1 
(55%,0%,35%,1%)
(0.55/0.00/0.35/0.01)	

CMYK percentages

%55.34
%0
%35.18
%0.78

Codes

Color #71FDA4 in popluar color models

71FDA4
RGB113253164
HSL142°97.22%71.76%
HSB/HSV142°55.34%99.22%
CMYK55.34%0.00%35.18%
0.78%

Color #71FDA4 in popluar number systems.

HEX71FDA4
Decimal113253164
Binary11100011111110110100100
Octal161375244

Shades and tints

Shades of #71FDA4

#71FDA4
(113,253,164)
#67E696
(103,230,150)
#5DCF88
(93,207,136)
#53B87A
(83,184,122)
#49A16C
(73,161,108)
#3F8A5E
(63,138,94)
#357350
(53,115,80)
#2B5C42
(43,92,66)
#214534
(33,69,52)
#172E26
(23,46,38)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #71FDA4

#71FDA4
(113,253,164)
#7DFDAC
(125,253,172)
#89FDB4
(137,253,180)
#95FDBC
(149,253,188)
#A1FDC4
(161,253,196)
#ADFDCC
(173,253,204)
#B9FDD4
(185,253,212)
#C5FDDC
(197,253,220)
#D1FDE4
(209,253,228)
#DDFDEC
(221,253,236)
#E9FDF4
(233,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FDA4 color. Also use rgb(113,253,164) instead hex code.

Text Font Color

.myTextColor { color: #71FDA4; }

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

This text font color is #71FDA4.


Background Color

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

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

This div background color is #71FDA4.


Border color

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

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

This div border color is #71FDA4.


Opacity

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

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

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

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

This text has shadow with #71FDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FDA4 on black background.


Color preview on white background

This text has color #71FDA4 on white background.



Black color preview on #71FDA4 background

This text has black color on #71FDA4 background.


White color preview on #71FDA4 background

This text has white color on #71FDA4 background.