HEX: #71D39E
RGB: (113,211,158)
#71D39E contains mainly green and blue colors. Web safe color of #71D39E is #66CC99 (or #6C9).
#71D39E color RGB value is (113,211,158).
RGB: (113,211,158)
(44%, 83%, 62%)
R 113 of 255 = 44%
G 211 of 255 = 83%
B 158 of 255 = 62%
R + G + B ~ 63%. #71D39E is quite light color.
R + G + B = 113 + 211 + 158 = 482 (100%)
R 113 of 482 ~ 23.44%
G 211 of 482 ~ 43.78%
B 158 of 482 ~ 32.78'%
#71D39E color CMYK value is (46,0,25,17).
CMYK: (46,0,25,17) C46M0Y25K17 (46%,0%,25%,17%) (0.46/0.00/0.25/0.17)
Color #71D39E in popluar color models
71 | D3 | 9E | |
---|---|---|---|
RGB | 113 | 211 | 158 |
HSL | 148° | 52.69% | 63.53% |
HSB/HSV | 148° | 46.45% | 82.75% |
CMYK | 46.45% | 0.00% | 25.12% |
17.25% |
Color #71D39E in popluar number systems.
HEX | 71 | D3 | 9E |
Decimal | 113 | 211 | 158 |
Binary | 1110001 | 11010011 | 10011110 |
Octal | 161 | 323 | 236 |
Shades of #71D39E
Tints of #71D39E
Examples of css and html codes for elements with #71D39E color. Also use rgb(113,211,158) instead hex code.
.myTextColor { color: #71D39E; }
<p style="color:#71D39E">This sample text font color is #71D39E.</p>
This text font color is #71D39E.
.myBgColor { background-color: #71D39E; }
<div style="background-color:#71D39E">Inner text</div>
This div background color is #71D39E.
.myBorderColor { border: 1px solid #71D39E; }
<div style="border:3px solid #71D39E">Div</div>
This div border color is #71D39E.
.myOpacity80 { color: #71D39E; opacity: 0.8; }
<p style="color:#71D39E;opacity:0.8;">80%</p>
Text with #71D39E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71D39E;}
<p style="text-shadow: 3px 3px 1px #71D39E">Text here.</p>
This text has shadow with #71D39E color.
.textShadow {text-shadow: 3px 3px 1px #71D39E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71D39E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71D39E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71D39E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71D39E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71D39E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71D39E;
-webkit-box-shadow: 1px 1px 3px 2px #71D39E;
box-shadow: 1px 1px 3px 2px #71D39E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71D39E; -webkit-box-shadow: 1px 1px 3px 2px #71D39E; box-shadow:1px 1px 3px 2px #71D39E;">
Div content here
</div>
This text has color #71D39E on black background.
This text has color #71D39E on white background.
This text has black color on #71D39E background.
This text has white color on #71D39E background.
Complementary color for #hex is #8E2C61.