HEX: #76E08E
RGB: (118,224,142)
#76E08E contains mainly green color. Web safe color of #76E08E is #66CC99 (or #6C9).
#76E08E color RGB value is (118,224,142).
RGB: (118,224,142)
(46%, 88%, 56%)
R 118 of 255 = 46%
G 224 of 255 = 88%
B 142 of 255 = 56%
R + G + B ~ 63%. #76E08E is quite light color.
R + G + B = 118 + 224 + 142 = 484 (100%)
R 118 of 484 ~ 24.38%
G 224 of 484 ~ 46.28%
B 142 of 484 ~ 29.34'%
#76E08E color CMYK value is (47,0,37,12).
CMYK: (47,0,37,12) C47M0Y37K12 (47%,0%,37%,12%) (0.47/0.00/0.37/0.12)
Color #76E08E in popluar color models
76 | E0 | 8E | |
---|---|---|---|
RGB | 118 | 224 | 142 |
HSL | 134° | 63.10% | 67.06% |
HSB/HSV | 134° | 47.32% | 87.84% |
CMYK | 47.32% | 0.00% | 36.61% |
12.16% |
Color #76E08E in popluar number systems.
HEX | 76 | E0 | 8E |
Decimal | 118 | 224 | 142 |
Binary | 1110110 | 11100000 | 10001110 |
Octal | 166 | 340 | 216 |
Shades of #76E08E
Tints of #76E08E
Examples of css and html codes for elements with #76E08E color. Also use rgb(118,224,142) instead hex code.
.myTextColor { color: #76E08E; }
<p style="color:#76E08E">This sample text font color is #76E08E.</p>
This text font color is #76E08E.
.myBgColor { background-color: #76E08E; }
<div style="background-color:#76E08E">Inner text</div>
This div background color is #76E08E.
.myBorderColor { border: 1px solid #76E08E; }
<div style="border:3px solid #76E08E">Div</div>
This div border color is #76E08E.
.myOpacity80 { color: #76E08E; opacity: 0.8; }
<p style="color:#76E08E;opacity:0.8;">80%</p>
Text with #76E08E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76E08E;}
<p style="text-shadow: 3px 3px 1px #76E08E">Text here.</p>
This text has shadow with #76E08E color.
.textShadow {text-shadow: 3px 3px 1px #76E08E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76E08E, 5px 5px 20px red">Text here.</p>
This text has shadow with #76E08E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76E08E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76E08E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76E08E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76E08E;
-webkit-box-shadow: 1px 1px 3px 2px #76E08E;
box-shadow: 1px 1px 3px 2px #76E08E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76E08E; -webkit-box-shadow: 1px 1px 3px 2px #76E08E; box-shadow:1px 1px 3px 2px #76E08E;">
Div content here
</div>
This text has color #76E08E on black background.
This text has color #76E08E on white background.
This text has black color on #76E08E background.
This text has white color on #76E08E background.
Complementary color for #hex is #891F71.