HEX: #74BD7F
RGB: (116,189,127)
#74BD7F contains mainly green color. Web safe color of #74BD7F is #66CC66 (or #6C6).
#74BD7F color RGB value is (116,189,127).
RGB: (116,189,127)
(45%, 74%, 50%)
R 116 of 255 = 45%
G 189 of 255 = 74%
B 127 of 255 = 50%
R + G + B ~ 56%. #74BD7F is middle color (not dark and not light).
R + G + B = 116 + 189 + 127 = 432 (100%)
R 116 of 432 ~ 26.85%
G 189 of 432 ~ 43.75%
B 127 of 432 ~ 29.4'%
#74BD7F color CMYK value is (39,0,33,26).
CMYK: (39,0,33,26)
C39M0Y33K26 (39%, 0%, 33%, 26%)
(0.39 / 0.00 / 0.33 / 0.26)
Color #74BD7F in popluar color models
74 | BD | 7F | |
---|---|---|---|
RGB | 116 | 189 | 127 |
HSL | 129° | 35.61% | 59.80% |
HSB/HSV | 129° | 38.62% | 74.12% |
CMYK | 38.62% | 0.00% | 32.80% |
25.88% |
Color #74BD7F in popluar number systems.
HEX | 74 | BD | 7F |
Decimal | 116 | 189 | 127 |
Binary | 1110100 | 10111101 | 1111111 |
Octal | 164 | 275 | 177 |
Shades of #74BD7F
Tints of #74BD7F
Examples of css and html codes for elements with #74BD7F color. Also use rgb(116,189,127) instead hex code.
.myTextColor { color: #74BD7F; }
<p style="color:#74BD7F">This sample text font color is #74BD7F.</p>
This text font color is #74BD7F.
.myBgColor { background-color: #74BD7F; }
<div style="background-color:#74BD7F">Inner text</div>
This div background color is #74BD7F.
.myBorderColor { border: 1px solid #74BD7F; }
<div style="border:3px solid #74BD7F">Div</div>
This div border color is #74BD7F.
.myOpacity80 { color: #74BD7F; opacity: 0.8; }
<p style="color:#74BD7F;opacity:0.8;">80%</p>
Text with #74BD7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74BD7F;}
<p style="text-shadow: 3px 3px 1px #74BD7F">Text here.</p>
This text has shadow with #74BD7F color.
.textShadow {text-shadow: 3px 3px 1px #74BD7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74BD7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #74BD7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74BD7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74BD7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #74BD7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74BD7F;
-webkit-box-shadow: 1px 1px 3px 2px #74BD7F;
box-shadow: 1px 1px 3px 2px #74BD7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74BD7F; -webkit-box-shadow: 1px 1px 3px 2px #74BD7F; box-shadow:1px 1px 3px 2px #74BD7F;">
Div content here
</div>
This text has color #74BD7F on black background.
This text has color #74BD7F on white background.
This text has black color on #74BD7F background.
This text has white color on #74BD7F background.
Complementary color for #hex is #8B4280.