HEX: #82C619
RGB: (130,198,25)
#82C619 contains mainly green color. Web safe color of #82C619 is #99CC00 (or #9C0).
#82C619 color RGB value is (130,198,25).
RGB: (130,198,25)
(51%, 78%, 10%)
R 130 of 255 = 51%
G 198 of 255 = 78%
B 25 of 255 = 10%
R + G + B ~ 46%. #82C619 is middle color (not dark and not light).
R + G + B = 130 + 198 + 25 = 353 (100%)
R 130 of 353 ~ 36.83%
G 198 of 353 ~ 56.09%
B 25 of 353 ~ 7.08'%
#82C619 color CMYK value is (34,0,87,22).
CMYK: (34,0,87,22)
C34M0Y87K22 (34%, 0%, 87%, 22%)
(0.34 / 0.00 / 0.87 / 0.22)
Color #82C619 in popluar color models
82 | C6 | 19 | |
---|---|---|---|
RGB | 130 | 198 | 25 |
HSL | 84° | 77.58% | 43.73% |
HSB/HSV | 84° | 87.37% | 77.65% |
CMYK | 34.34% | 0.00% | 87.37% |
22.35% |
Color #82C619 in popluar number systems.
HEX | 82 | C6 | 19 |
Decimal | 130 | 198 | 25 |
Binary | 10000010 | 11000110 | 11001 |
Octal | 202 | 306 | 31 |
Shades of #82C619
Tints of #82C619
Examples of css and html codes for elements with #82C619 color. Also use rgb(130,198,25) instead hex code.
.myTextColor { color: #82C619; }
<p style="color:#82C619">This sample text font color is #82C619.</p>
This text font color is #82C619.
.myBgColor { background-color: #82C619; }
<div style="background-color:#82C619">Inner text</div>
This div background color is #82C619.
.myBorderColor { border: 1px solid #82C619; }
<div style="border:3px solid #82C619">Div</div>
This div border color is #82C619.
.myOpacity80 { color: #82C619; opacity: 0.8; }
<p style="color:#82C619;opacity:0.8;">80%</p>
Text with #82C619 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82C619;}
<p style="text-shadow: 3px 3px 1px #82C619">Text here.</p>
This text has shadow with #82C619 color.
.textShadow {text-shadow: 3px 3px 1px #82C619', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82C619, 5px 5px 20px red">Text here.</p>
This text has shadow with #82C619 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82C619, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82C619, Direction=45, Strength=4)">Text</p>
This text has shadow with #82C619 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82C619;
-webkit-box-shadow: 1px 1px 3px 2px #82C619;
box-shadow: 1px 1px 3px 2px #82C619;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82C619; -webkit-box-shadow: 1px 1px 3px 2px #82C619; box-shadow:1px 1px 3px 2px #82C619;">
Div content here
</div>
This text has color #82C619 on black background.
This text has color #82C619 on white background.
This text has black color on #82C619 background.
This text has white color on #82C619 background.
Complementary color for #82C619 is #7D39E6.