HEX: #71FCB9
RGB: (113,252,185)
#71FCB9 contains mainly green color. Web safe color of #71FCB9 is #66FFCC (or #6FC).
#71FCB9 color RGB value is (113,252,185).
RGB: (113,252,185) (44%,99%,73%)
R 113 of 255 = 44%
G 252 of 255 = 99%
B 185 of 255 = 73%
R + G + B ~ 72%. #71FCB9 is quite light color.
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%
#71FCB9 color CMYK value is (55,0,27,1).
CMYK: (55,0,27,1) C55M0Y27K1 (55%,0%,27%,1%) (0.55/0.00/0.27/0.01)
71 | FC | B9 | |
---|---|---|---|
RGB | 113 | 252 | 185 |
HSL | 151° | 95.86% | 71.57% |
HSB/HSV | 151° | 55.16% | 98.82% |
CMYK | 55.16% | 0.00% | 26.59% |
1.18% |
HEX | 71 | FC | B9 |
Decimal | 113 | 252 | 185 |
Binary | 1110001 | 11111100 | 10111001 |
Octal | 161 | 374 | 271 |
Examples of css and html codes for elements with #71FCB9 color. Also use rgb(113,252,185) instead hex code.
.myTextColor { color: #71FCB9; }
<p style="color:#71FCB9">This sample text font color is #71FCB9.</p>
This text font color is #71FCB9.
.myBgColor { background-color: #71FCB9; }
<div style="background-color:#71FCB9">Inner text</div>
This div background color is #71FCB9.
.myBorderColor { border: 1px solid #71FCB9; }
<div style="border:3px solid #71FCB9">Div</div>
This div border color is #71FCB9.
.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%.
.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.
/* 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 text has color #71FCB9 on black background.
This text has color #71FCB9 on white background.
This text has black color on #71FCB9 background.
This text has white color on #71FCB9 background.