COLOR #71FCB9

HEX: #71FCB9
RGB: (113,252,185)

Color info

#71FCB9 contains mainly green color. Web safe color of #71FCB9 is #66FFCC (or #6FC).

RGB color model

#71FCB9 color RGB value is (113,252,185).

  • red value is 113;
  • green value is 252;
  • blue value is 185.
RGB:
(113,252,185)
(44%,99%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 252 of 255 = 99%
B 185 of 255 = 73%

113
252
185

R + G + B ~ 72%. #71FCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 252 + 185 = 550 (100%)
R 113 of 550 ~ 20.55%
G 252 of 550 ~ 45.82%
B 185 of 550 ~ 33.64%

%20.55
%45.82
%33.64

CMYK color model

#71FCB9 color CMYK value is (55,0,27,1).

  • cyan value is 55.16%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 1.18%
CMYK:
(55,0,27,1)
C55M0Y27K1 
(55%,0%,27%,1%)
(0.55/0.00/0.27/0.01)	

CMYK percentages

%55.16
%0
%26.59
%1.18

Codes

Color #71FCB9 in popluar color models

71FCB9
RGB113252185
HSL151°95.86%71.57%
HSB/HSV151°55.16%98.82%
CMYK55.16%0.00%26.59%
1.18%

Color #71FCB9 in popluar number systems.

HEX71FCB9
Decimal113252185
Binary11100011111110010111001
Octal161374271

Shades and tints

Shades of #71FCB9

#71FCB9
(113,252,185)
#67E6A9
(103,230,169)
#5DD099
(93,208,153)
#53BA89
(83,186,137)
#49A479
(73,164,121)
#3F8E69
(63,142,105)
#357859
(53,120,89)
#2B6249
(43,98,73)
#214C39
(33,76,57)
#173629
(23,54,41)
#0D2019
(13,32,25)
#000000
(0,0,0)

Tints of #71FCB9

#71FCB9
(113,252,185)
#7DFCBF
(125,252,191)
#89FCC5
(137,252,197)
#95FCCB
(149,252,203)
#A1FCD1
(161,252,209)
#ADFCD7
(173,252,215)
#B9FCDD
(185,252,221)
#C5FCE3
(197,252,227)
#D1FCE9
(209,252,233)
#DDFCEF
(221,252,239)
#E9FCF5
(233,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FCB9 color. Also use rgb(113,252,185) instead hex code.

Text Font Color

.myTextColor { color: #71FCB9; }

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

This text font color is #71FCB9.


Background Color

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

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

This div background color is #71FCB9.


Border color

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

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

This div border color is #71FCB9.


Opacity

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

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

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

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

This text has shadow with #71FCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FCB9 on black background.


Color preview on white background

This text has color #71FCB9 on white background.



Black color preview on #71FCB9 background

This text has black color on #71FCB9 background.


White color preview on #71FCB9 background

This text has white color on #71FCB9 background.