HEX: #74CD8C
RGB: (116,205,140)
#74CD8C contains mainly green color. Web safe color of #74CD8C is #66CC99 (or #6C9).
#74CD8C color RGB value is (116,205,140).
RGB: (116,205,140)
(45%, 80%, 55%)
R 116 of 255 = 45%
G 205 of 255 = 80%
B 140 of 255 = 55%
R + G + B ~ 60%. #74CD8C is middle color (not dark and not light).
R + G + B = 116 + 205 + 140 = 461 (100%)
R 116 of 461 ~ 25.16%
G 205 of 461 ~ 44.47%
B 140 of 461 ~ 30.37'%
#74CD8C color CMYK value is (43,0,32,20).
CMYK: (43,0,32,20)
C43M0Y32K20 (43%, 0%, 32%, 20%)
(0.43 / 0.00 / 0.32 / 0.20)
Color #74CD8C in popluar color models
74 | CD | 8C | |
---|---|---|---|
RGB | 116 | 205 | 140 |
HSL | 136° | 47.09% | 62.94% |
HSB/HSV | 136° | 43.41% | 80.39% |
CMYK | 43.41% | 0.00% | 31.71% |
19.61% |
Color #74CD8C in popluar number systems.
HEX | 74 | CD | 8C |
Decimal | 116 | 205 | 140 |
Binary | 1110100 | 11001101 | 10001100 |
Octal | 164 | 315 | 214 |
Shades of #74CD8C
Tints of #74CD8C
Examples of css and html codes for elements with #74CD8C color. Also use rgb(116,205,140) instead hex code.
.myTextColor { color: #74CD8C; }
<p style="color:#74CD8C">This sample text font color is #74CD8C.</p>
This text font color is #74CD8C.
.myBgColor { background-color: #74CD8C; }
<div style="background-color:#74CD8C">Inner text</div>
This div background color is #74CD8C.
.myBorderColor { border: 1px solid #74CD8C; }
<div style="border:3px solid #74CD8C">Div</div>
This div border color is #74CD8C.
.myOpacity80 { color: #74CD8C; opacity: 0.8; }
<p style="color:#74CD8C;opacity:0.8;">80%</p>
Text with #74CD8C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74CD8C;}
<p style="text-shadow: 3px 3px 1px #74CD8C">Text here.</p>
This text has shadow with #74CD8C color.
.textShadow {text-shadow: 3px 3px 1px #74CD8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74CD8C, 5px 5px 20px red">Text here.</p>
This text has shadow with #74CD8C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74CD8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74CD8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74CD8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74CD8C;
-webkit-box-shadow: 1px 1px 3px 2px #74CD8C;
box-shadow: 1px 1px 3px 2px #74CD8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74CD8C; -webkit-box-shadow: 1px 1px 3px 2px #74CD8C; box-shadow:1px 1px 3px 2px #74CD8C;">
Div content here
</div>
This text has color #74CD8C on black background.
This text has color #74CD8C on white background.
This text has black color on #74CD8C background.
This text has white color on #74CD8C background.
Complementary color for #hex is #8B3273.