HEX: #71B263
RGB: (113,178,99)
#71B263 contains mainly green color. Web safe color of #71B263 is #669966 (or #696).
#71B263 color RGB value is (113,178,99).
RGB: (113,178,99) (44%,70%,39%)
R 113 of 255 = 44%
G 178 of 255 = 70%
B 99 of 255 = 39%
R + G + B ~ 51%. #71B263 is middle color (not dark and not light).
R + G + B =
113 + 178 + 99 = 390 (100%)
R 113 of 390 ~ 28.97%
G 178 of 390 ~ 45.64%
B 99 of 390 ~ 25.38%
#71B263 color CMYK value is (37,0,44,30).
CMYK: (37,0,44,30) C37M0Y44K30 (37%,0%,44%,30%) (0.37/0.00/0.44/0.30)
71 | B2 | 63 | |
---|---|---|---|
RGB | 113 | 178 | 99 |
HSL | 109° | 33.91% | 54.31% |
HSB/HSV | 109° | 44.38% | 69.80% |
CMYK | 36.52% | 0.00% | 44.38% |
30.20% |
HEX | 71 | B2 | 63 |
Decimal | 113 | 178 | 99 |
Binary | 1110001 | 10110010 | 1100011 |
Octal | 161 | 262 | 143 |
Examples of css and html codes for elements with #71B263 color. Also use rgb(113,178,99) instead hex code.
.myTextColor { color: #71B263; }
<p style="color:#71B263">This sample text font color is #71B263.</p>
This text font color is #71B263.
.myBgColor { background-color: #71B263; }
<div style="background-color:#71B263">Inner text</div>
This div background color is #71B263.
.myBorderColor { border: 1px solid #71B263; }
<div style="border:3px solid #71B263">Div</div>
This div border color is #71B263.
.myOpacity80 { color: #71B263; opacity: 0.8; }
<p style="color:#71B263;opacity:0.8;">80%</p>
Text with #71B263 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B263;}
<p style="text-shadow: 3px 3px 1px #71B263">Text here.</p>
This text has shadow with #71B263 color.
.textShadow {text-shadow: 3px 3px 1px #71B263, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B263, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B263 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B263, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B263, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B263 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71B263; -webkit-box-shadow: 1px 1px 3px 2px #71B263; box-shadow: 1px 1px 3px 2px #71B263; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71B263; -webkit-box-shadow: 1px 1px 3px 2px #71B263; box-shadow:1px 1px 3px 2px #71B263;">
Div content here</div>
This text has color #71B263 on black background.
This text has color #71B263 on white background.
This text has black color on #71B263 background.
This text has white color on #71B263 background.