HEX: #71BC6D
RGB: (113,188,109)
#71BC6D contains mainly green color. Web safe color of #71BC6D is #66CC66 (or #6C6).
#71BC6D color RGB value is (113,188,109).
RGB: (113,188,109)
(44%, 74%, 43%)
R 113 of 255 = 44%
G 188 of 255 = 74%
B 109 of 255 = 43%
R + G + B ~ 54%. #71BC6D is middle color (not dark and not light).
R + G + B = 113 + 188 + 109 = 410 (100%)
R 113 of 410 ~ 27.56%
G 188 of 410 ~ 45.85%
B 109 of 410 ~ 26.59'%
#71BC6D color CMYK value is (40,0,42,26).
CMYK: (40,0,42,26) C40M0Y42K26 (40%,0%,42%,26%) (0.40/0.00/0.42/0.26)
Color #71BC6D in popluar color models
71 | BC | 6D | |
---|---|---|---|
RGB | 113 | 188 | 109 |
HSL | 117° | 37.09% | 58.24% |
HSB/HSV | 117° | 42.02% | 73.73% |
CMYK | 39.89% | 0.00% | 42.02% |
26.27% |
Color #71BC6D in popluar number systems.
HEX | 71 | BC | 6D |
Decimal | 113 | 188 | 109 |
Binary | 1110001 | 10111100 | 1101101 |
Octal | 161 | 274 | 155 |
Shades of #71BC6D
Tints of #71BC6D
Examples of css and html codes for elements with #71BC6D color. Also use rgb(113,188,109) instead hex code.
.myTextColor { color: #71BC6D; }
<p style="color:#71BC6D">This sample text font color is #71BC6D.</p>
This text font color is #71BC6D.
.myBgColor { background-color: #71BC6D; }
<div style="background-color:#71BC6D">Inner text</div>
This div background color is #71BC6D.
.myBorderColor { border: 1px solid #71BC6D; }
<div style="border:3px solid #71BC6D">Div</div>
This div border color is #71BC6D.
.myOpacity80 { color: #71BC6D; opacity: 0.8; }
<p style="color:#71BC6D;opacity:0.8;">80%</p>
Text with #71BC6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71BC6D;}
<p style="text-shadow: 3px 3px 1px #71BC6D">Text here.</p>
This text has shadow with #71BC6D color.
.textShadow {text-shadow: 3px 3px 1px #71BC6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71BC6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #71BC6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71BC6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71BC6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71BC6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71BC6D;
-webkit-box-shadow: 1px 1px 3px 2px #71BC6D;
box-shadow: 1px 1px 3px 2px #71BC6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71BC6D; -webkit-box-shadow: 1px 1px 3px 2px #71BC6D; box-shadow:1px 1px 3px 2px #71BC6D;">
Div content here
</div>
This text has color #71BC6D on black background.
This text has color #71BC6D on white background.
This text has black color on #71BC6D background.
This text has white color on #71BC6D background.
Complementary color for #hex is #8E4392.