HEX: #7ED67F
RGB: (126,214,127)
#7ED67F contains mainly green color. Web safe color of #7ED67F is #66CC66 (or #6C6).
#7ED67F color RGB value is (126,214,127).
RGB: (126,214,127)
(49%, 84%, 50%)
R 126 of 255 = 49%
G 214 of 255 = 84%
B 127 of 255 = 50%
R + G + B ~ 61%. #7ED67F is quite light color.
R + G + B = 126 + 214 + 127 = 467 (100%)
R 126 of 467 ~ 26.98%
G 214 of 467 ~ 45.82%
B 127 of 467 ~ 27.19'%
#7ED67F color CMYK value is (41,0,41,16).
CMYK: (41,0,41,16)
C41M0Y41K16 (41%, 0%, 41%, 16%)
(0.41 / 0.00 / 0.41 / 0.16)
Color #7ED67F in popluar color models
7E | D6 | 7F | |
---|---|---|---|
RGB | 126 | 214 | 127 |
HSL | 121° | 51.76% | 66.67% |
HSB/HSV | 121° | 41.12% | 83.92% |
CMYK | 41.12% | 0.00% | 40.65% |
16.08% |
Color #7ED67F in popluar number systems.
HEX | 7E | D6 | 7F |
Decimal | 126 | 214 | 127 |
Binary | 1111110 | 11010110 | 1111111 |
Octal | 176 | 326 | 177 |
Shades of #7ED67F
Tints of #7ED67F
Examples of css and html codes for elements with #7ED67F color. Also use rgb(126,214,127) instead hex code.
.myTextColor { color: #7ED67F; }
<p style="color:#7ED67F">This sample text font color is #7ED67F.</p>
This text font color is #7ED67F.
.myBgColor { background-color: #7ED67F; }
<div style="background-color:#7ED67F">Inner text</div>
This div background color is #7ED67F.
.myBorderColor { border: 1px solid #7ED67F; }
<div style="border:3px solid #7ED67F">Div</div>
This div border color is #7ED67F.
.myOpacity80 { color: #7ED67F; opacity: 0.8; }
<p style="color:#7ED67F;opacity:0.8;">80%</p>
Text with #7ED67F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ED67F;}
<p style="text-shadow: 3px 3px 1px #7ED67F">Text here.</p>
This text has shadow with #7ED67F color.
.textShadow {text-shadow: 3px 3px 1px #7ED67F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ED67F, 5px 5px 20px red">Text here.</p>
This text has shadow with #7ED67F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ED67F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ED67F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ED67F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7ED67F;
-webkit-box-shadow: 1px 1px 3px 2px #7ED67F;
box-shadow: 1px 1px 3px 2px #7ED67F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ED67F; -webkit-box-shadow: 1px 1px 3px 2px #7ED67F; box-shadow:1px 1px 3px 2px #7ED67F;">
Div content here
</div>
This text has color #7ED67F on black background.
This text has color #7ED67F on white background.
This text has black color on #7ED67F background.
This text has white color on #7ED67F background.
Complementary color for #hex is #812980.