HEX: #71C58B
RGB: (113,197,139)
#71C58B contains mainly green and blue colors. Web safe color of #71C58B is #66CC99 (or #6C9).
#71C58B color RGB value is (113,197,139).
RGB: (113,197,139)
(44%, 77%, 55%)
R 113 of 255 = 44%
G 197 of 255 = 77%
B 139 of 255 = 55%
R + G + B ~ 59%. #71C58B is middle color (not dark and not light).
R + G + B = 113 + 197 + 139 = 449 (100%)
R 113 of 449 ~ 25.17%
G 197 of 449 ~ 43.88%
B 139 of 449 ~ 30.96'%
#71C58B color CMYK value is (43,0,29,23).
CMYK: (43,0,29,23)
C43M0Y29K23 (43%, 0%, 29%, 23%)
(0.43 / 0.00 / 0.29 / 0.23)
Color #71C58B in popluar color models
71 | C5 | 8B | |
---|---|---|---|
RGB | 113 | 197 | 139 |
HSL | 139° | 42.00% | 60.78% |
HSB/HSV | 139° | 42.64% | 77.25% |
CMYK | 42.64% | 0.00% | 29.44% |
22.75% |
Color #71C58B in popluar number systems.
HEX | 71 | C5 | 8B |
Decimal | 113 | 197 | 139 |
Binary | 1110001 | 11000101 | 10001011 |
Octal | 161 | 305 | 213 |
Shades of #71C58B
Tints of #71C58B
Examples of css and html codes for elements with #71C58B color. Also use rgb(113,197,139) instead hex code.
.myTextColor { color: #71C58B; }
<p style="color:#71C58B">This sample text font color is #71C58B.</p>
This text font color is #71C58B.
.myBgColor { background-color: #71C58B; }
<div style="background-color:#71C58B">Inner text</div>
This div background color is #71C58B.
.myBorderColor { border: 1px solid #71C58B; }
<div style="border:3px solid #71C58B">Div</div>
This div border color is #71C58B.
.myOpacity80 { color: #71C58B; opacity: 0.8; }
<p style="color:#71C58B;opacity:0.8;">80%</p>
Text with #71C58B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C58B;}
<p style="text-shadow: 3px 3px 1px #71C58B">Text here.</p>
This text has shadow with #71C58B color.
.textShadow {text-shadow: 3px 3px 1px #71C58B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C58B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71C58B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C58B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C58B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C58B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71C58B;
-webkit-box-shadow: 1px 1px 3px 2px #71C58B;
box-shadow: 1px 1px 3px 2px #71C58B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71C58B; -webkit-box-shadow: 1px 1px 3px 2px #71C58B; box-shadow:1px 1px 3px 2px #71C58B;">
Div content here
</div>
This text has color #71C58B on black background.
This text has color #71C58B on white background.
This text has black color on #71C58B background.
This text has white color on #71C58B background.
Complementary color for #hex is #8E3A74.