HEX: #71C740
RGB: (113,199,64)
#71C740 contains mainly green color. #71C740 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.
#71C740 color RGB value is (113,199,64).
RGB: (113,199,64) (44%,78%,25%)
R 113 of 255 = 44%
G 199 of 255 = 78%
B 64 of 255 = 25%
R + G + B ~ 49%. #71C740 is middle color (not dark and not light).
R + G + B =
113 + 199 + 64 = 376 (100%)
R 113 of 376 ~ 30.05%
G 199 of 376 ~ 52.93%
B 64 of 376 ~ 17.02%
#71C740 rengi CMYK tonu (43,0,68,22).
CMYK: (43,0,68,22) C43M0Y68K22 (43%,0%,68%,22%) (0.43/0.00/0.68/0.22)
71 | C7 | 40 | |
---|---|---|---|
RGB | 113 | 199 | 64 |
HSL | 98° | 54.66% | 51.57% |
HSB/HSV | 98° | 67.84% | 78.04% |
CMYK | 43.22% | 0.00% | 67.84% |
21.96% |
HEX | 71 | C7 | 40 |
Decimal | 113 | 199 | 64 |
Binary | 1110001 | 11000111 | 1000000 |
Octal | 161 | 307 | 100 |
Examples of css and html codes for elements with #71C740 color. Also use rgb(113,199,64) instead hex code.
.myTextColor { color: #71C740; }
<p style="color:#71C740">This sample text font color is #71C740.</p>
This text font color is #71C740.
.myBgColor { background-color: #71C740; }
<div style="background-color:#71C740">Inner text</div>
This div background color is #71C740.
.myBorderColor { border: 1px solid #71C740; }
<div style="border:3px solid #71C740">Div</div>
This div border color is #71C740.
.myOpacity80 { color: #71C740; opacity: 0.8; }
<p style="color:#71C740;opacity:0.8;">80%</p>
Text with #71C740 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C740;}
<p style="text-shadow: 3px 3px 1px #71C740">Text here.</p>
This text has shadow with #71C740 color.
.textShadow {text-shadow: 3px 3px 1px #71C740, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C740, 5px 5px 20px red">Text here.</p>
This text has shadow with #71C740 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C740, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C740 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71C740; -webkit-box-shadow: 1px 1px 3px 2px #71C740; box-shadow: 1px 1px 3px 2px #71C740; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71C740; -webkit-box-shadow: 1px 1px 3px 2px #71C740; box-shadow:1px 1px 3px 2px #71C740;">
Div content here</div>
This text has color #71C740 on black background.
This text has color #71C740 on white background.
This text has black color on #71C740 background.
This text has white color on #71C740 background.