HEX: #74C47C
RGB: (116,196,124)
#74C47C contains mainly green color. Web safe color of #74C47C is #66CC66 (or #6C6).
#74C47C color RGB value is (116,196,124).
RGB: (116,196,124)
(45%, 77%, 49%)
R 116 of 255 = 45%
G 196 of 255 = 77%
B 124 of 255 = 49%
R + G + B ~ 57%. #74C47C is middle color (not dark and not light).
R + G + B = 116 + 196 + 124 = 436 (100%)
R 116 of 436 ~ 26.61%
G 196 of 436 ~ 44.95%
B 124 of 436 ~ 28.44'%
#74C47C color CMYK value is (41,0,37,23).
CMYK: (41,0,37,23) C41M0Y37K23 (41%,0%,37%,23%) (0.41/0.00/0.37/0.23)
Color #74C47C in popluar color models
74 | C4 | 7C | |
---|---|---|---|
RGB | 116 | 196 | 124 |
HSL | 126° | 40.40% | 61.18% |
HSB/HSV | 126° | 40.82% | 76.86% |
CMYK | 40.82% | 0.00% | 36.73% |
23.14% |
Color #74C47C in popluar number systems.
HEX | 74 | C4 | 7C |
Decimal | 116 | 196 | 124 |
Binary | 1110100 | 11000100 | 1111100 |
Octal | 164 | 304 | 174 |
Shades of #74C47C
Tints of #74C47C
Examples of css and html codes for elements with #74C47C color. Also use rgb(116,196,124) instead hex code.
.myTextColor { color: #74C47C; }
<p style="color:#74C47C">This sample text font color is #74C47C.</p>
This text font color is #74C47C.
.myBgColor { background-color: #74C47C; }
<div style="background-color:#74C47C">Inner text</div>
This div background color is #74C47C.
.myBorderColor { border: 1px solid #74C47C; }
<div style="border:3px solid #74C47C">Div</div>
This div border color is #74C47C.
.myOpacity80 { color: #74C47C; opacity: 0.8; }
<p style="color:#74C47C;opacity:0.8;">80%</p>
Text with #74C47C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74C47C;}
<p style="text-shadow: 3px 3px 1px #74C47C">Text here.</p>
This text has shadow with #74C47C color.
.textShadow {text-shadow: 3px 3px 1px #74C47C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74C47C, 5px 5px 20px red">Text here.</p>
This text has shadow with #74C47C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74C47C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74C47C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74C47C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74C47C;
-webkit-box-shadow: 1px 1px 3px 2px #74C47C;
box-shadow: 1px 1px 3px 2px #74C47C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74C47C; -webkit-box-shadow: 1px 1px 3px 2px #74C47C; box-shadow:1px 1px 3px 2px #74C47C;">
Div content here
</div>
This text has color #74C47C on black background.
This text has color #74C47C on white background.
This text has black color on #74C47C background.
This text has white color on #74C47C background.
Complementary color for #hex is #8B3B83.