HEX: #7EDD81
RGB: (126,221,129)
#7EDD81 contains mainly green color. Web safe color of #7EDD81 is #66CC99 (or #6C9).
#7EDD81 color RGB value is (126,221,129).
RGB: (126,221,129)
(49%, 87%, 51%)
R 126 of 255 = 49%
G 221 of 255 = 87%
B 129 of 255 = 51%
R + G + B ~ 62%. #7EDD81 is quite light color.
R + G + B = 126 + 221 + 129 = 476 (100%)
R 126 of 476 ~ 26.47%
G 221 of 476 ~ 46.43%
B 129 of 476 ~ 27.1'%
#7EDD81 color CMYK value is (43,0,42,13).
CMYK: (43,0,42,13)
C43M0Y42K13 (43%, 0%, 42%, 13%)
(0.43 / 0.00 / 0.42 / 0.13)
Color #7EDD81 in popluar color models
7E | DD | 81 | |
---|---|---|---|
RGB | 126 | 221 | 129 |
HSL | 122° | 58.28% | 68.04% |
HSB/HSV | 122° | 42.99% | 86.67% |
CMYK | 42.99% | 0.00% | 41.63% |
13.33% |
Color #7EDD81 in popluar number systems.
HEX | 7E | DD | 81 |
Decimal | 126 | 221 | 129 |
Binary | 1111110 | 11011101 | 10000001 |
Octal | 176 | 335 | 201 |
Shades of #7EDD81
Tints of #7EDD81
Examples of css and html codes for elements with #7EDD81 color. Also use rgb(126,221,129) instead hex code.
.myTextColor { color: #7EDD81; }
<p style="color:#7EDD81">This sample text font color is #7EDD81.</p>
This text font color is #7EDD81.
.myBgColor { background-color: #7EDD81; }
<div style="background-color:#7EDD81">Inner text</div>
This div background color is #7EDD81.
.myBorderColor { border: 1px solid #7EDD81; }
<div style="border:3px solid #7EDD81">Div</div>
This div border color is #7EDD81.
.myOpacity80 { color: #7EDD81; opacity: 0.8; }
<p style="color:#7EDD81;opacity:0.8;">80%</p>
Text with #7EDD81 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EDD81;}
<p style="text-shadow: 3px 3px 1px #7EDD81">Text here.</p>
This text has shadow with #7EDD81 color.
.textShadow {text-shadow: 3px 3px 1px #7EDD81', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EDD81, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EDD81 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EDD81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EDD81, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EDD81 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EDD81;
-webkit-box-shadow: 1px 1px 3px 2px #7EDD81;
box-shadow: 1px 1px 3px 2px #7EDD81;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EDD81; -webkit-box-shadow: 1px 1px 3px 2px #7EDD81; box-shadow:1px 1px 3px 2px #7EDD81;">
Div content here
</div>
This text has color #7EDD81 on black background.
This text has color #7EDD81 on white background.
This text has black color on #7EDD81 background.
This text has white color on #7EDD81 background.
Complementary color for #hex is #81227E.