HEX: #6EC442
RGB: (110,196,66)
#6EC442 contains mainly green color. Web safe color of #6EC442 is #66CC33 (or #6C3).
#6EC442 color RGB value is (110,196,66).
RGB: (110,196,66)
(43%, 77%, 26%)
R 110 of 255 = 43%
G 196 of 255 = 77%
B 66 of 255 = 26%
R + G + B ~ 49%. #6EC442 is middle color (not dark and not light).
R + G + B = 110 + 196 + 66 = 372 (100%)
R 110 of 372 ~ 29.57%
G 196 of 372 ~ 52.69%
B 66 of 372 ~ 17.74'%
#6EC442 color CMYK value is (44,0,66,23).
CMYK: (44,0,66,23)
C44M0Y66K23 (44%, 0%, 66%, 23%)
(0.44 / 0.00 / 0.66 / 0.23)
Color #6EC442 in popluar color models
6E | C4 | 42 | |
---|---|---|---|
RGB | 110 | 196 | 66 |
HSL | 100° | 52.42% | 51.37% |
HSB/HSV | 100° | 66.33% | 76.86% |
CMYK | 43.88% | 0.00% | 66.33% |
23.14% |
Color #6EC442 in popluar number systems.
HEX | 6E | C4 | 42 |
Decimal | 110 | 196 | 66 |
Binary | 1101110 | 11000100 | 1000010 |
Octal | 156 | 304 | 102 |
Shades of #6EC442
Tints of #6EC442
Examples of css and html codes for elements with #6EC442 color. Also use rgb(110,196,66) instead hex code.
.myTextColor { color: #6EC442; }
<p style="color:#6EC442">This sample text font color is #6EC442.</p>
This text font color is #6EC442.
.myBgColor { background-color: #6EC442; }
<div style="background-color:#6EC442">Inner text</div>
This div background color is #6EC442.
.myBorderColor { border: 1px solid #6EC442; }
<div style="border:3px solid #6EC442">Div</div>
This div border color is #6EC442.
.myOpacity80 { color: #6EC442; opacity: 0.8; }
<p style="color:#6EC442;opacity:0.8;">80%</p>
Text with #6EC442 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EC442;}
<p style="text-shadow: 3px 3px 1px #6EC442">Text here.</p>
This text has shadow with #6EC442 color.
.textShadow {text-shadow: 3px 3px 1px #6EC442', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EC442, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EC442 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EC442, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EC442, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EC442 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EC442;
-webkit-box-shadow: 1px 1px 3px 2px #6EC442;
box-shadow: 1px 1px 3px 2px #6EC442;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EC442; -webkit-box-shadow: 1px 1px 3px 2px #6EC442; box-shadow:1px 1px 3px 2px #6EC442;">
Div content here
</div>
This text has color #6EC442 on black background.
This text has color #6EC442 on white background.
This text has black color on #6EC442 background.
This text has white color on #6EC442 background.
Complementary color for #hex is #913BBD.