HEX: #71BE58
RGB: (113,190,88)
#71BE58 contains mainly green color. Web safe color of #71BE58 is #66CC66 (or #6C6).
#71BE58 color RGB value is (113,190,88).
RGB: (113,190,88)
(44%, 75%, 35%)
R 113 of 255 = 44%
G 190 of 255 = 75%
B 88 of 255 = 35%
R + G + B ~ 51%. #71BE58 is middle color (not dark and not light).
R + G + B = 113 + 190 + 88 = 391 (100%)
R 113 of 391 ~ 28.9%
G 190 of 391 ~ 48.59%
B 88 of 391 ~ 22.51'%
#71BE58 color CMYK value is (41,0,54,25).
CMYK: (41,0,54,25) C41M0Y54K25 (41%,0%,54%,25%) (0.41/0.00/0.54/0.25)
Color #71BE58 in popluar color models
71 | BE | 58 | |
---|---|---|---|
RGB | 113 | 190 | 88 |
HSL | 105° | 43.97% | 54.51% |
HSB/HSV | 105° | 53.68% | 74.51% |
CMYK | 40.53% | 0.00% | 53.68% |
25.49% |
Color #71BE58 in popluar number systems.
HEX | 71 | BE | 58 |
Decimal | 113 | 190 | 88 |
Binary | 1110001 | 10111110 | 1011000 |
Octal | 161 | 276 | 130 |
Shades of #71BE58
Tints of #71BE58
Examples of css and html codes for elements with #71BE58 color. Also use rgb(113,190,88) instead hex code.
.myTextColor { color: #71BE58; }
<p style="color:#71BE58">This sample text font color is #71BE58.</p>
This text font color is #71BE58.
.myBgColor { background-color: #71BE58; }
<div style="background-color:#71BE58">Inner text</div>
This div background color is #71BE58.
.myBorderColor { border: 1px solid #71BE58; }
<div style="border:3px solid #71BE58">Div</div>
This div border color is #71BE58.
.myOpacity80 { color: #71BE58; opacity: 0.8; }
<p style="color:#71BE58;opacity:0.8;">80%</p>
Text with #71BE58 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71BE58;}
<p style="text-shadow: 3px 3px 1px #71BE58">Text here.</p>
This text has shadow with #71BE58 color.
.textShadow {text-shadow: 3px 3px 1px #71BE58', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71BE58, 5px 5px 20px red">Text here.</p>
This text has shadow with #71BE58 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71BE58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71BE58, Direction=45, Strength=4)">Text</p>
This text has shadow with #71BE58 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71BE58;
-webkit-box-shadow: 1px 1px 3px 2px #71BE58;
box-shadow: 1px 1px 3px 2px #71BE58;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71BE58; -webkit-box-shadow: 1px 1px 3px 2px #71BE58; box-shadow:1px 1px 3px 2px #71BE58;">
Div content here
</div>
This text has color #71BE58 on black background.
This text has color #71BE58 on white background.
This text has black color on #71BE58 background.
This text has white color on #71BE58 background.
Complementary color for #hex is #8E41A7.