HEX: #71C03F
RGB: (113,192,63)
#71C03F contains mainly green color. Web safe color of #71C03F is #66CC33 (or #6C3).
#71C03F color RGB value is (113,192,63).
RGB: (113,192,63)
(44%, 75%, 25%)
R 113 of 255 = 44%
G 192 of 255 = 75%
B 63 of 255 = 25%
R + G + B ~ 48%. #71C03F is middle color (not dark and not light).
R + G + B = 113 + 192 + 63 = 368 (100%)
R 113 of 368 ~ 30.71%
G 192 of 368 ~ 52.17%
B 63 of 368 ~ 17.12'%
#71C03F color CMYK value is (41,0,67,25).
CMYK: (41,0,67,25)
C41M0Y67K25 (41%, 0%, 67%, 25%)
(0.41 / 0.00 / 0.67 / 0.25)
Color #71C03F in popluar color models
71 | C0 | 3F | |
---|---|---|---|
RGB | 113 | 192 | 63 |
HSL | 97° | 50.59% | 50.00% |
HSB/HSV | 97° | 67.19% | 75.29% |
CMYK | 41.15% | 0.00% | 67.19% |
24.71% |
Color #71C03F in popluar number systems.
HEX | 71 | C0 | 3F |
Decimal | 113 | 192 | 63 |
Binary | 1110001 | 11000000 | 111111 |
Octal | 161 | 300 | 77 |
Shades of #71C03F
Tints of #71C03F
Examples of css and html codes for elements with #71C03F color. Also use rgb(113,192,63) instead hex code.
.myTextColor { color: #71C03F; }
<p style="color:#71C03F">This sample text font color is #71C03F.</p>
This text font color is #71C03F.
.myBgColor { background-color: #71C03F; }
<div style="background-color:#71C03F">Inner text</div>
This div background color is #71C03F.
.myBorderColor { border: 1px solid #71C03F; }
<div style="border:3px solid #71C03F">Div</div>
This div border color is #71C03F.
.myOpacity80 { color: #71C03F; opacity: 0.8; }
<p style="color:#71C03F;opacity:0.8;">80%</p>
Text with #71C03F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C03F;}
<p style="text-shadow: 3px 3px 1px #71C03F">Text here.</p>
This text has shadow with #71C03F color.
.textShadow {text-shadow: 3px 3px 1px #71C03F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C03F, 5px 5px 20px red">Text here.</p>
This text has shadow with #71C03F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C03F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C03F, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C03F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71C03F;
-webkit-box-shadow: 1px 1px 3px 2px #71C03F;
box-shadow: 1px 1px 3px 2px #71C03F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71C03F; -webkit-box-shadow: 1px 1px 3px 2px #71C03F; box-shadow:1px 1px 3px 2px #71C03F;">
Div content here
</div>
This text has color #71C03F on black background.
This text has color #71C03F on white background.
This text has black color on #71C03F background.
This text has white color on #71C03F background.
Complementary color for #hex is #8E3FC0.