HEX: #6EC482
RGB: (110,196,130)
#6EC482 contains mainly green color. Web safe color of #6EC482 is #66CC99 (or #6C9).
#6EC482 color RGB value is (110,196,130).
RGB: (110,196,130)
(43%, 77%, 51%)
R 110 of 255 = 43%
G 196 of 255 = 77%
B 130 of 255 = 51%
R + G + B ~ 57%. #6EC482 is middle color (not dark and not light).
R + G + B = 110 + 196 + 130 = 436 (100%)
R 110 of 436 ~ 25.23%
G 196 of 436 ~ 44.95%
B 130 of 436 ~ 29.82'%
#6EC482 color CMYK value is (44,0,34,23).
CMYK: (44,0,34,23) C44M0Y34K23 (44%,0%,34%,23%) (0.44/0.00/0.34/0.23)
Color #6EC482 in popluar color models
6E | C4 | 82 | |
---|---|---|---|
RGB | 110 | 196 | 130 |
HSL | 134° | 42.16% | 60.00% |
HSB/HSV | 134° | 43.88% | 76.86% |
CMYK | 43.88% | 0.00% | 33.67% |
23.14% |
Color #6EC482 in popluar number systems.
HEX | 6E | C4 | 82 |
Decimal | 110 | 196 | 130 |
Binary | 1101110 | 11000100 | 10000010 |
Octal | 156 | 304 | 202 |
Shades of #6EC482
Tints of #6EC482
Examples of css and html codes for elements with #6EC482 color. Also use rgb(110,196,130) instead hex code.
.myTextColor { color: #6EC482; }
<p style="color:#6EC482">This sample text font color is #6EC482.</p>
This text font color is #6EC482.
.myBgColor { background-color: #6EC482; }
<div style="background-color:#6EC482">Inner text</div>
This div background color is #6EC482.
.myBorderColor { border: 1px solid #6EC482; }
<div style="border:3px solid #6EC482">Div</div>
This div border color is #6EC482.
.myOpacity80 { color: #6EC482; opacity: 0.8; }
<p style="color:#6EC482;opacity:0.8;">80%</p>
Text with #6EC482 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EC482;}
<p style="text-shadow: 3px 3px 1px #6EC482">Text here.</p>
This text has shadow with #6EC482 color.
.textShadow {text-shadow: 3px 3px 1px #6EC482', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EC482, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EC482 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EC482, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EC482, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EC482 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EC482;
-webkit-box-shadow: 1px 1px 3px 2px #6EC482;
box-shadow: 1px 1px 3px 2px #6EC482;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EC482; -webkit-box-shadow: 1px 1px 3px 2px #6EC482; box-shadow:1px 1px 3px 2px #6EC482;">
Div content here
</div>
This text has color #6EC482 on black background.
This text has color #6EC482 on white background.
This text has black color on #6EC482 background.
This text has white color on #6EC482 background.
Complementary color for #hex is #913B7D.