HEX: #74C375
RGB: (116,195,117)
#74C375 contains mainly green color. Web safe color of #74C375 is #66CC66 (or #6C6).
#74C375 color RGB value is (116,195,117).
RGB: (116,195,117)
(45%, 76%, 46%)
R 116 of 255 = 45%
G 195 of 255 = 76%
B 117 of 255 = 46%
R + G + B ~ 56%. #74C375 is middle color (not dark and not light).
R + G + B = 116 + 195 + 117 = 428 (100%)
R 116 of 428 ~ 27.1%
G 195 of 428 ~ 45.56%
B 117 of 428 ~ 27.34'%
#74C375 color CMYK value is (41,0,40,24).
CMYK: (41,0,40,24)
C41M0Y40K24 (41%, 0%, 40%, 24%)
(0.41 / 0.00 / 0.40 / 0.24)
Color #74C375 in popluar color models
74 | C3 | 75 | |
---|---|---|---|
RGB | 116 | 195 | 117 |
HSL | 121° | 39.70% | 60.98% |
HSB/HSV | 121° | 40.51% | 76.47% |
CMYK | 40.51% | 0.00% | 40.00% |
23.53% |
Color #74C375 in popluar number systems.
HEX | 74 | C3 | 75 |
Decimal | 116 | 195 | 117 |
Binary | 1110100 | 11000011 | 1110101 |
Octal | 164 | 303 | 165 |
Shades of #74C375
Tints of #74C375
Examples of css and html codes for elements with #74C375 color. Also use rgb(116,195,117) instead hex code.
.myTextColor { color: #74C375; }
<p style="color:#74C375">This sample text font color is #74C375.</p>
This text font color is #74C375.
.myBgColor { background-color: #74C375; }
<div style="background-color:#74C375">Inner text</div>
This div background color is #74C375.
.myBorderColor { border: 1px solid #74C375; }
<div style="border:3px solid #74C375">Div</div>
This div border color is #74C375.
.myOpacity80 { color: #74C375; opacity: 0.8; }
<p style="color:#74C375;opacity:0.8;">80%</p>
Text with #74C375 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74C375;}
<p style="text-shadow: 3px 3px 1px #74C375">Text here.</p>
This text has shadow with #74C375 color.
.textShadow {text-shadow: 3px 3px 1px #74C375', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74C375, 5px 5px 20px red">Text here.</p>
This text has shadow with #74C375 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74C375, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74C375, Direction=45, Strength=4)">Text</p>
This text has shadow with #74C375 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74C375;
-webkit-box-shadow: 1px 1px 3px 2px #74C375;
box-shadow: 1px 1px 3px 2px #74C375;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74C375; -webkit-box-shadow: 1px 1px 3px 2px #74C375; box-shadow:1px 1px 3px 2px #74C375;">
Div content here
</div>
This text has color #74C375 on black background.
This text has color #74C375 on white background.
This text has black color on #74C375 background.
This text has white color on #74C375 background.
Complementary color for #hex is #8B3C8A.