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