HEX: #7ED263
RGB: (126,210,99)
#7ED263 contains mainly green color. Web safe color of #7ED263 is #66CC66 (or #6C6).
#7ED263 color RGB value is (126,210,99).
RGB: (126,210,99)
(49%, 82%, 39%)
R 126 of 255 = 49%
G 210 of 255 = 82%
B 99 of 255 = 39%
R + G + B ~ 57%. #7ED263 is middle color (not dark and not light).
R + G + B = 126 + 210 + 99 = 435 (100%)
R 126 of 435 ~ 28.97%
G 210 of 435 ~ 48.28%
B 99 of 435 ~ 22.76'%
#7ED263 color CMYK value is (40,0,53,18).
CMYK: (40,0,53,18) C40M0Y53K18 (40%,0%,53%,18%) (0.40/0.00/0.53/0.18)
Color #7ED263 in popluar color models
7E | D2 | 63 | |
---|---|---|---|
RGB | 126 | 210 | 99 |
HSL | 105° | 55.22% | 60.59% |
HSB/HSV | 105° | 52.86% | 82.35% |
CMYK | 40.00% | 0.00% | 52.86% |
17.65% |
Color #7ED263 in popluar number systems.
HEX | 7E | D2 | 63 |
Decimal | 126 | 210 | 99 |
Binary | 1111110 | 11010010 | 1100011 |
Octal | 176 | 322 | 143 |
Shades of #7ED263
Tints of #7ED263
Examples of css and html codes for elements with #7ED263 color. Also use rgb(126,210,99) instead hex code.
.myTextColor { color: #7ED263; }
<p style="color:#7ED263">This sample text font color is #7ED263.</p>
This text font color is #7ED263.
.myBgColor { background-color: #7ED263; }
<div style="background-color:#7ED263">Inner text</div>
This div background color is #7ED263.
.myBorderColor { border: 1px solid #7ED263; }
<div style="border:3px solid #7ED263">Div</div>
This div border color is #7ED263.
.myOpacity80 { color: #7ED263; opacity: 0.8; }
<p style="color:#7ED263;opacity:0.8;">80%</p>
Text with #7ED263 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ED263;}
<p style="text-shadow: 3px 3px 1px #7ED263">Text here.</p>
This text has shadow with #7ED263 color.
.textShadow {text-shadow: 3px 3px 1px #7ED263', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ED263, 5px 5px 20px red">Text here.</p>
This text has shadow with #7ED263 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ED263, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ED263, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ED263 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7ED263;
-webkit-box-shadow: 1px 1px 3px 2px #7ED263;
box-shadow: 1px 1px 3px 2px #7ED263;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ED263; -webkit-box-shadow: 1px 1px 3px 2px #7ED263; box-shadow:1px 1px 3px 2px #7ED263;">
Div content here
</div>
This text has color #7ED263 on black background.
This text has color #7ED263 on white background.
This text has black color on #7ED263 background.
This text has white color on #7ED263 background.
Complementary color for #hex is #812D9C.