HEX: #74C45D
RGB: (116,196,93)
#74C45D contains mainly green color. Web safe color of #74C45D is #66CC66 (or #6C6).
#74C45D color RGB value is (116,196,93).
RGB: (116,196,93)
(45%, 77%, 36%)
R 116 of 255 = 45%
G 196 of 255 = 77%
B 93 of 255 = 36%
R + G + B ~ 53%. #74C45D is middle color (not dark and not light).
R + G + B = 116 + 196 + 93 = 405 (100%)
R 116 of 405 ~ 28.64%
G 196 of 405 ~ 48.4%
B 93 of 405 ~ 22.96'%
#74C45D color CMYK value is (41,0,53,23).
CMYK: (41,0,53,23)
C41M0Y53K23 (41%, 0%, 53%, 23%)
(0.41 / 0.00 / 0.53 / 0.23)
Color #74C45D in popluar color models
74 | C4 | 5D | |
---|---|---|---|
RGB | 116 | 196 | 93 |
HSL | 107° | 46.61% | 56.67% |
HSB/HSV | 107° | 52.55% | 76.86% |
CMYK | 40.82% | 0.00% | 52.55% |
23.14% |
Color #74C45D in popluar number systems.
HEX | 74 | C4 | 5D |
Decimal | 116 | 196 | 93 |
Binary | 1110100 | 11000100 | 1011101 |
Octal | 164 | 304 | 135 |
Shades of #74C45D
Tints of #74C45D
Examples of css and html codes for elements with #74C45D color. Also use rgb(116,196,93) instead hex code.
.myTextColor { color: #74C45D; }
<p style="color:#74C45D">This sample text font color is #74C45D.</p>
This text font color is #74C45D.
.myBgColor { background-color: #74C45D; }
<div style="background-color:#74C45D">Inner text</div>
This div background color is #74C45D.
.myBorderColor { border: 1px solid #74C45D; }
<div style="border:3px solid #74C45D">Div</div>
This div border color is #74C45D.
.myOpacity80 { color: #74C45D; opacity: 0.8; }
<p style="color:#74C45D;opacity:0.8;">80%</p>
Text with #74C45D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74C45D;}
<p style="text-shadow: 3px 3px 1px #74C45D">Text here.</p>
This text has shadow with #74C45D color.
.textShadow {text-shadow: 3px 3px 1px #74C45D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74C45D, 5px 5px 20px red">Text here.</p>
This text has shadow with #74C45D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74C45D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74C45D, Direction=45, Strength=4)">Text</p>
This text has shadow with #74C45D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74C45D;
-webkit-box-shadow: 1px 1px 3px 2px #74C45D;
box-shadow: 1px 1px 3px 2px #74C45D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74C45D; -webkit-box-shadow: 1px 1px 3px 2px #74C45D; box-shadow:1px 1px 3px 2px #74C45D;">
Div content here
</div>
This text has color #74C45D on black background.
This text has color #74C45D on white background.
This text has black color on #74C45D background.
This text has white color on #74C45D background.
Complementary color for #hex is #8B3BA2.