HEX: #74D189
RGB: (116,209,137)
#74D189 contains mainly green color. Web safe color of #74D189 is #66CC99 (or #6C9).
#74D189 color RGB value is (116,209,137).
RGB: (116,209,137)
(45%, 82%, 54%)
R 116 of 255 = 45%
G 209 of 255 = 82%
B 137 of 255 = 54%
R + G + B ~ 60%. #74D189 is middle color (not dark and not light).
R + G + B = 116 + 209 + 137 = 462 (100%)
R 116 of 462 ~ 25.11%
G 209 of 462 ~ 45.24%
B 137 of 462 ~ 29.65'%
#74D189 color CMYK value is (44,0,34,18).
CMYK: (44,0,34,18)
C44M0Y34K18 (44%, 0%, 34%, 18%)
(0.44 / 0.00 / 0.34 / 0.18)
Color #74D189 in popluar color models
74 | D1 | 89 | |
---|---|---|---|
RGB | 116 | 209 | 137 |
HSL | 134° | 50.27% | 63.73% |
HSB/HSV | 134° | 44.50% | 81.96% |
CMYK | 44.50% | 0.00% | 34.45% |
18.04% |
Color #74D189 in popluar number systems.
HEX | 74 | D1 | 89 |
Decimal | 116 | 209 | 137 |
Binary | 1110100 | 11010001 | 10001001 |
Octal | 164 | 321 | 211 |
Shades of #74D189
Tints of #74D189
Examples of css and html codes for elements with #74D189 color. Also use rgb(116,209,137) instead hex code.
.myTextColor { color: #74D189; }
<p style="color:#74D189">This sample text font color is #74D189.</p>
This text font color is #74D189.
.myBgColor { background-color: #74D189; }
<div style="background-color:#74D189">Inner text</div>
This div background color is #74D189.
.myBorderColor { border: 1px solid #74D189; }
<div style="border:3px solid #74D189">Div</div>
This div border color is #74D189.
.myOpacity80 { color: #74D189; opacity: 0.8; }
<p style="color:#74D189;opacity:0.8;">80%</p>
Text with #74D189 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74D189;}
<p style="text-shadow: 3px 3px 1px #74D189">Text here.</p>
This text has shadow with #74D189 color.
.textShadow {text-shadow: 3px 3px 1px #74D189', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74D189, 5px 5px 20px red">Text here.</p>
This text has shadow with #74D189 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74D189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74D189, Direction=45, Strength=4)">Text</p>
This text has shadow with #74D189 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74D189;
-webkit-box-shadow: 1px 1px 3px 2px #74D189;
box-shadow: 1px 1px 3px 2px #74D189;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74D189; -webkit-box-shadow: 1px 1px 3px 2px #74D189; box-shadow:1px 1px 3px 2px #74D189;">
Div content here
</div>
This text has color #74D189 on black background.
This text has color #74D189 on white background.
This text has black color on #74D189 background.
This text has white color on #74D189 background.
Complementary color for #hex is #8B2E76.