HEX: #71D891
RGB: (113,216,145)
#71D891 contains mainly green color. Web safe color of #71D891 is #66CC99 (or #6C9).
#71D891 color RGB value is (113,216,145).
RGB: (113,216,145)
(44%, 85%, 57%)
R 113 of 255 = 44%
G 216 of 255 = 85%
B 145 of 255 = 57%
R + G + B ~ 62%. #71D891 is quite light color.
R + G + B = 113 + 216 + 145 = 474 (100%)
R 113 of 474 ~ 23.84%
G 216 of 474 ~ 45.57%
B 145 of 474 ~ 30.59'%
#71D891 color CMYK value is (48,0,33,15).
CMYK: (48,0,33,15) C48M0Y33K15 (48%,0%,33%,15%) (0.48/0.00/0.33/0.15)
Color #71D891 in popluar color models
71 | D8 | 91 | |
---|---|---|---|
RGB | 113 | 216 | 145 |
HSL | 139° | 56.91% | 64.51% |
HSB/HSV | 139° | 47.69% | 84.71% |
CMYK | 47.69% | 0.00% | 32.87% |
15.29% |
Color #71D891 in popluar number systems.
HEX | 71 | D8 | 91 |
Decimal | 113 | 216 | 145 |
Binary | 1110001 | 11011000 | 10010001 |
Octal | 161 | 330 | 221 |
Shades of #71D891
Tints of #71D891
Examples of css and html codes for elements with #71D891 color. Also use rgb(113,216,145) instead hex code.
.myTextColor { color: #71D891; }
<p style="color:#71D891">This sample text font color is #71D891.</p>
This text font color is #71D891.
.myBgColor { background-color: #71D891; }
<div style="background-color:#71D891">Inner text</div>
This div background color is #71D891.
.myBorderColor { border: 1px solid #71D891; }
<div style="border:3px solid #71D891">Div</div>
This div border color is #71D891.
.myOpacity80 { color: #71D891; opacity: 0.8; }
<p style="color:#71D891;opacity:0.8;">80%</p>
Text with #71D891 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71D891;}
<p style="text-shadow: 3px 3px 1px #71D891">Text here.</p>
This text has shadow with #71D891 color.
.textShadow {text-shadow: 3px 3px 1px #71D891', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71D891, 5px 5px 20px red">Text here.</p>
This text has shadow with #71D891 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71D891, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71D891, Direction=45, Strength=4)">Text</p>
This text has shadow with #71D891 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71D891;
-webkit-box-shadow: 1px 1px 3px 2px #71D891;
box-shadow: 1px 1px 3px 2px #71D891;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71D891; -webkit-box-shadow: 1px 1px 3px 2px #71D891; box-shadow:1px 1px 3px 2px #71D891;">
Div content here
</div>
This text has color #71D891 on black background.
This text has color #71D891 on white background.
This text has black color on #71D891 background.
This text has white color on #71D891 background.
Complementary color for #hex is #8E276E.