HEX: #71B45A
RGB: (113,180,90)
#71B45A contains mainly green color. Web safe color of #71B45A is #66CC66 (or #6C6).
#71B45A color RGB value is (113,180,90).
RGB: (113,180,90)
(44%, 71%, 35%)
R 113 of 255 = 44%
G 180 of 255 = 71%
B 90 of 255 = 35%
R + G + B ~ 50%. #71B45A is middle color (not dark and not light).
R + G + B = 113 + 180 + 90 = 383 (100%)
R 113 of 383 ~ 29.5%
G 180 of 383 ~ 47%
B 90 of 383 ~ 23.5'%
#71B45A color CMYK value is (37,0,50,29).
CMYK: (37,0,50,29)
C37M0Y50K29 (37%, 0%, 50%, 29%)
(0.37 / 0.00 / 0.50 / 0.29)
Color #71B45A in popluar color models
71 | B4 | 5A | |
---|---|---|---|
RGB | 113 | 180 | 90 |
HSL | 105° | 37.50% | 52.94% |
HSB/HSV | 105° | 50.00% | 70.59% |
CMYK | 37.22% | 0.00% | 50.00% |
29.41% |
Color #71B45A in popluar number systems.
HEX | 71 | B4 | 5A |
Decimal | 113 | 180 | 90 |
Binary | 1110001 | 10110100 | 1011010 |
Octal | 161 | 264 | 132 |
Shades of #71B45A
Tints of #71B45A
Examples of css and html codes for elements with #71B45A color. Also use rgb(113,180,90) instead hex code.
.myTextColor { color: #71B45A; }
<p style="color:#71B45A">This sample text font color is #71B45A.</p>
This text font color is #71B45A.
.myBgColor { background-color: #71B45A; }
<div style="background-color:#71B45A">Inner text</div>
This div background color is #71B45A.
.myBorderColor { border: 1px solid #71B45A; }
<div style="border:3px solid #71B45A">Div</div>
This div border color is #71B45A.
.myOpacity80 { color: #71B45A; opacity: 0.8; }
<p style="color:#71B45A;opacity:0.8;">80%</p>
Text with #71B45A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B45A;}
<p style="text-shadow: 3px 3px 1px #71B45A">Text here.</p>
This text has shadow with #71B45A color.
.textShadow {text-shadow: 3px 3px 1px #71B45A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B45A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B45A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B45A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B45A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B45A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B45A;
-webkit-box-shadow: 1px 1px 3px 2px #71B45A;
box-shadow: 1px 1px 3px 2px #71B45A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B45A; -webkit-box-shadow: 1px 1px 3px 2px #71B45A; box-shadow:1px 1px 3px 2px #71B45A;">
Div content here
</div>
This text has color #71B45A on black background.
This text has color #71B45A on white background.
This text has black color on #71B45A background.
This text has white color on #71B45A background.
Complementary color for #hex is #8E4BA5.