HEX: #82D76E
RGB: (130,215,110)
#82D76E contains mainly green color. Web safe color of #82D76E is #99CC66 (or #9C6).
#82D76E color RGB value is (130,215,110).
RGB: (130,215,110)
(51%, 84%, 43%)
R 130 of 255 = 51%
G 215 of 255 = 84%
B 110 of 255 = 43%
R + G + B ~ 59%. #82D76E is middle color (not dark and not light).
R + G + B = 130 + 215 + 110 = 455 (100%)
R 130 of 455 ~ 28.57%
G 215 of 455 ~ 47.25%
B 110 of 455 ~ 24.18'%
#82D76E color CMYK value is (40,0,49,16).
CMYK: (40,0,49,16)
C40M0Y49K16 (40%, 0%, 49%, 16%)
(0.40 / 0.00 / 0.49 / 0.16)
Color #82D76E in popluar color models
82 | D7 | 6E | |
---|---|---|---|
RGB | 130 | 215 | 110 |
HSL | 109° | 56.76% | 63.73% |
HSB/HSV | 109° | 48.84% | 84.31% |
CMYK | 39.53% | 0.00% | 48.84% |
15.69% |
Color #82D76E in popluar number systems.
HEX | 82 | D7 | 6E |
Decimal | 130 | 215 | 110 |
Binary | 10000010 | 11010111 | 1101110 |
Octal | 202 | 327 | 156 |
Shades of #82D76E
Tints of #82D76E
Examples of css and html codes for elements with #82D76E color. Also use rgb(130,215,110) instead hex code.
.myTextColor { color: #82D76E; }
<p style="color:#82D76E">This sample text font color is #82D76E.</p>
This text font color is #82D76E.
.myBgColor { background-color: #82D76E; }
<div style="background-color:#82D76E">Inner text</div>
This div background color is #82D76E.
.myBorderColor { border: 1px solid #82D76E; }
<div style="border:3px solid #82D76E">Div</div>
This div border color is #82D76E.
.myOpacity80 { color: #82D76E; opacity: 0.8; }
<p style="color:#82D76E;opacity:0.8;">80%</p>
Text with #82D76E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82D76E;}
<p style="text-shadow: 3px 3px 1px #82D76E">Text here.</p>
This text has shadow with #82D76E color.
.textShadow {text-shadow: 3px 3px 1px #82D76E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82D76E, 5px 5px 20px red">Text here.</p>
This text has shadow with #82D76E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82D76E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82D76E, Direction=45, Strength=4)">Text</p>
This text has shadow with #82D76E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82D76E;
-webkit-box-shadow: 1px 1px 3px 2px #82D76E;
box-shadow: 1px 1px 3px 2px #82D76E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82D76E; -webkit-box-shadow: 1px 1px 3px 2px #82D76E; box-shadow:1px 1px 3px 2px #82D76E;">
Div content here
</div>
This text has color #82D76E on black background.
This text has color #82D76E on white background.
This text has black color on #82D76E background.
This text has white color on #82D76E background.
Complementary color for #hex is #7D2891.