HEX: #71D261
RGB: (113,210,97)
#71D261 contains mainly green color. Web safe color of #71D261 is #66CC66 (or #6C6).
#71D261 color RGB value is (113,210,97).
RGB: (113,210,97)
(44%, 82%, 38%)
R 113 of 255 = 44%
G 210 of 255 = 82%
B 97 of 255 = 38%
R + G + B ~ 55%. #71D261 is middle color (not dark and not light).
R + G + B = 113 + 210 + 97 = 420 (100%)
R 113 of 420 ~ 26.9%
G 210 of 420 ~ 50%
B 97 of 420 ~ 23.1'%
#71D261 color CMYK value is (46,0,54,18).
CMYK: (46,0,54,18)
C46M0Y54K18 (46%, 0%, 54%, 18%)
(0.46 / 0.00 / 0.54 / 0.18)
Color #71D261 in popluar color models
71 | D2 | 61 | |
---|---|---|---|
RGB | 113 | 210 | 97 |
HSL | 112° | 55.67% | 60.20% |
HSB/HSV | 112° | 53.81% | 82.35% |
CMYK | 46.19% | 0.00% | 53.81% |
17.65% |
Color #71D261 in popluar number systems.
HEX | 71 | D2 | 61 |
Decimal | 113 | 210 | 97 |
Binary | 1110001 | 11010010 | 1100001 |
Octal | 161 | 322 | 141 |
Shades of #71D261
Tints of #71D261
Examples of css and html codes for elements with #71D261 color. Also use rgb(113,210,97) instead hex code.
.myTextColor { color: #71D261; }
<p style="color:#71D261">This sample text font color is #71D261.</p>
This text font color is #71D261.
.myBgColor { background-color: #71D261; }
<div style="background-color:#71D261">Inner text</div>
This div background color is #71D261.
.myBorderColor { border: 1px solid #71D261; }
<div style="border:3px solid #71D261">Div</div>
This div border color is #71D261.
.myOpacity80 { color: #71D261; opacity: 0.8; }
<p style="color:#71D261;opacity:0.8;">80%</p>
Text with #71D261 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71D261;}
<p style="text-shadow: 3px 3px 1px #71D261">Text here.</p>
This text has shadow with #71D261 color.
.textShadow {text-shadow: 3px 3px 1px #71D261', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71D261, 5px 5px 20px red">Text here.</p>
This text has shadow with #71D261 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71D261, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71D261, Direction=45, Strength=4)">Text</p>
This text has shadow with #71D261 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71D261;
-webkit-box-shadow: 1px 1px 3px 2px #71D261;
box-shadow: 1px 1px 3px 2px #71D261;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71D261; -webkit-box-shadow: 1px 1px 3px 2px #71D261; box-shadow:1px 1px 3px 2px #71D261;">
Div content here
</div>
This text has color #71D261 on black background.
This text has color #71D261 on white background.
This text has black color on #71D261 background.
This text has white color on #71D261 background.
Complementary color for #hex is #8E2D9E.