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