HEX: #82C474
RGB: (130,196,116)
#82C474 contains mainly green color. Web safe color of #82C474 is #99CC66 (or #9C6).
#82C474 color RGB value is (130,196,116).
RGB: (130,196,116)
(51%, 77%, 45%)
R 130 of 255 = 51%
G 196 of 255 = 77%
B 116 of 255 = 45%
R + G + B ~ 58%. #82C474 is middle color (not dark and not light).
R + G + B = 130 + 196 + 116 = 442 (100%)
R 130 of 442 ~ 29.41%
G 196 of 442 ~ 44.34%
B 116 of 442 ~ 26.24'%
#82C474 color CMYK value is (34,0,41,23).
CMYK: (34,0,41,23) C34M0Y41K23 (34%,0%,41%,23%) (0.34/0.00/0.41/0.23)
Color #82C474 in popluar color models
82 | C4 | 74 | |
---|---|---|---|
RGB | 130 | 196 | 116 |
HSL | 110° | 40.40% | 61.18% |
HSB/HSV | 110° | 40.82% | 76.86% |
CMYK | 33.67% | 0.00% | 40.82% |
23.14% |
Color #82C474 in popluar number systems.
HEX | 82 | C4 | 74 |
Decimal | 130 | 196 | 116 |
Binary | 10000010 | 11000100 | 1110100 |
Octal | 202 | 304 | 164 |
Shades of #82C474
Tints of #82C474
Examples of css and html codes for elements with #82C474 color. Also use rgb(130,196,116) instead hex code.
.myTextColor { color: #82C474; }
<p style="color:#82C474">This sample text font color is #82C474.</p>
This text font color is #82C474.
.myBgColor { background-color: #82C474; }
<div style="background-color:#82C474">Inner text</div>
This div background color is #82C474.
.myBorderColor { border: 1px solid #82C474; }
<div style="border:3px solid #82C474">Div</div>
This div border color is #82C474.
.myOpacity80 { color: #82C474; opacity: 0.8; }
<p style="color:#82C474;opacity:0.8;">80%</p>
Text with #82C474 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82C474;}
<p style="text-shadow: 3px 3px 1px #82C474">Text here.</p>
This text has shadow with #82C474 color.
.textShadow {text-shadow: 3px 3px 1px #82C474', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82C474, 5px 5px 20px red">Text here.</p>
This text has shadow with #82C474 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82C474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82C474, Direction=45, Strength=4)">Text</p>
This text has shadow with #82C474 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82C474;
-webkit-box-shadow: 1px 1px 3px 2px #82C474;
box-shadow: 1px 1px 3px 2px #82C474;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82C474; -webkit-box-shadow: 1px 1px 3px 2px #82C474; box-shadow:1px 1px 3px 2px #82C474;">
Div content here
</div>
This text has color #82C474 on black background.
This text has color #82C474 on white background.
This text has black color on #82C474 background.
This text has white color on #82C474 background.
Complementary color for #hex is #7D3B8B.