HEX: #71AB36
RGB: (113,171,54)
#71AB36 contains mainly red and green colors. Web safe color of #71AB36 is #669933 (or #693).
#71AB36 color RGB value is (113,171,54).
RGB: (113,171,54)
(44%, 67%, 21%)
R 113 of 255 = 44%
G 171 of 255 = 67%
B 54 of 255 = 21%
R + G + B ~ 44%. #71AB36 is middle color (not dark and not light).
R + G + B = 113 + 171 + 54 = 338 (100%)
R 113 of 338 ~ 33.43%
G 171 of 338 ~ 50.59%
B 54 of 338 ~ 15.98'%
#71AB36 color CMYK value is (34,0,68,33).
CMYK: (34,0,68,33) C34M0Y68K33 (34%,0%,68%,33%) (0.34/0.00/0.68/0.33)
Color #71AB36 in popluar color models
71 | AB | 36 | |
---|---|---|---|
RGB | 113 | 171 | 54 |
HSL | 90° | 52.00% | 44.12% |
HSB/HSV | 90° | 68.42% | 67.06% |
CMYK | 33.92% | 0.00% | 68.42% |
32.94% |
Color #71AB36 in popluar number systems.
HEX | 71 | AB | 36 |
Decimal | 113 | 171 | 54 |
Binary | 1110001 | 10101011 | 110110 |
Octal | 161 | 253 | 66 |
Shades of #71AB36
Tints of #71AB36
Examples of css and html codes for elements with #71AB36 color. Also use rgb(113,171,54) instead hex code.
.myTextColor { color: #71AB36; }
<p style="color:#71AB36">This sample text font color is #71AB36.</p>
This text font color is #71AB36.
.myBgColor { background-color: #71AB36; }
<div style="background-color:#71AB36">Inner text</div>
This div background color is #71AB36.
.myBorderColor { border: 1px solid #71AB36; }
<div style="border:3px solid #71AB36">Div</div>
This div border color is #71AB36.
.myOpacity80 { color: #71AB36; opacity: 0.8; }
<p style="color:#71AB36;opacity:0.8;">80%</p>
Text with #71AB36 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AB36;}
<p style="text-shadow: 3px 3px 1px #71AB36">Text here.</p>
This text has shadow with #71AB36 color.
.textShadow {text-shadow: 3px 3px 1px #71AB36', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AB36, 5px 5px 20px red">Text here.</p>
This text has shadow with #71AB36 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AB36, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AB36, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AB36 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AB36;
-webkit-box-shadow: 1px 1px 3px 2px #71AB36;
box-shadow: 1px 1px 3px 2px #71AB36;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AB36; -webkit-box-shadow: 1px 1px 3px 2px #71AB36; box-shadow:1px 1px 3px 2px #71AB36;">
Div content here
</div>
This text has color #71AB36 on black background.
This text has color #71AB36 on white background.
This text has black color on #71AB36 background.
This text has white color on #71AB36 background.
Complementary color for #hex is #8E54C9.