HEX: #74E080
RGB: (116,224,128)
#74E080 contains mainly green color. Web safe color of #74E080 is #66CC66 (or #6C6).
#74E080 color RGB value is (116,224,128).
RGB: (116,224,128)
(45%, 88%, 50%)
R 116 of 255 = 45%
G 224 of 255 = 88%
B 128 of 255 = 50%
R + G + B ~ 61%. #74E080 is quite light color.
R + G + B = 116 + 224 + 128 = 468 (100%)
R 116 of 468 ~ 24.79%
G 224 of 468 ~ 47.86%
B 128 of 468 ~ 27.35'%
#74E080 color CMYK value is (48,0,43,12).
CMYK: (48,0,43,12)
C48M0Y43K12 (48%, 0%, 43%, 12%)
(0.48 / 0.00 / 0.43 / 0.12)
Color #74E080 in popluar color models
74 | E0 | 80 | |
---|---|---|---|
RGB | 116 | 224 | 128 |
HSL | 127° | 63.53% | 66.67% |
HSB/HSV | 127° | 48.21% | 87.84% |
CMYK | 48.21% | 0.00% | 42.86% |
12.16% |
Color #74E080 in popluar number systems.
HEX | 74 | E0 | 80 |
Decimal | 116 | 224 | 128 |
Binary | 1110100 | 11100000 | 10000000 |
Octal | 164 | 340 | 200 |
Shades of #74E080
Tints of #74E080
Examples of css and html codes for elements with #74E080 color. Also use rgb(116,224,128) instead hex code.
.myTextColor { color: #74E080; }
<p style="color:#74E080">This sample text font color is #74E080.</p>
This text font color is #74E080.
.myBgColor { background-color: #74E080; }
<div style="background-color:#74E080">Inner text</div>
This div background color is #74E080.
.myBorderColor { border: 1px solid #74E080; }
<div style="border:3px solid #74E080">Div</div>
This div border color is #74E080.
.myOpacity80 { color: #74E080; opacity: 0.8; }
<p style="color:#74E080;opacity:0.8;">80%</p>
Text with #74E080 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74E080;}
<p style="text-shadow: 3px 3px 1px #74E080">Text here.</p>
This text has shadow with #74E080 color.
.textShadow {text-shadow: 3px 3px 1px #74E080', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74E080, 5px 5px 20px red">Text here.</p>
This text has shadow with #74E080 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74E080, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74E080, Direction=45, Strength=4)">Text</p>
This text has shadow with #74E080 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74E080;
-webkit-box-shadow: 1px 1px 3px 2px #74E080;
box-shadow: 1px 1px 3px 2px #74E080;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74E080; -webkit-box-shadow: 1px 1px 3px 2px #74E080; box-shadow:1px 1px 3px 2px #74E080;">
Div content here
</div>
This text has color #74E080 on black background.
This text has color #74E080 on white background.
This text has black color on #74E080 background.
This text has white color on #74E080 background.
Complementary color for #hex is #8B1F7F.