HEX: #42D79D
RGB: (66,215,157)
#42D79D contains mainly green and blue colors. Web safe color of #42D79D is #33CC99 (or #3C9).
#42D79D color RGB value is (66,215,157).
RGB: (66,215,157)
(26%, 84%, 62%)
R 66 of 255 = 26%
G 215 of 255 = 84%
B 157 of 255 = 62%
R + G + B ~ 57%. #42D79D is middle color (not dark and not light).
R + G + B = 66 + 215 + 157 = 438 (100%)
R 66 of 438 ~ 15.07%
G 215 of 438 ~ 49.09%
B 157 of 438 ~ 35.84'%
#42D79D color CMYK value is (69,0,27,16).
CMYK: (69,0,27,16) C69M0Y27K16 (69%,0%,27%,16%) (0.69/0.00/0.27/0.16)
Color #42D79D in popluar color models
42 | D7 | 9D | |
---|---|---|---|
RGB | 66 | 215 | 157 |
HSL | 157° | 65.07% | 55.10% |
HSB/HSV | 157° | 69.30% | 84.31% |
CMYK | 69.30% | 0.00% | 26.98% |
15.69% |
Color #42D79D in popluar number systems.
HEX | 42 | D7 | 9D |
Decimal | 66 | 215 | 157 |
Binary | 1000010 | 11010111 | 10011101 |
Octal | 102 | 327 | 235 |
Shades of #42D79D
Tints of #42D79D
Examples of css and html codes for elements with #42D79D color. Also use rgb(66,215,157) instead hex code.
.myTextColor { color: #42D79D; }
<p style="color:#42D79D">This sample text font color is #42D79D.</p>
This text font color is #42D79D.
.myBgColor { background-color: #42D79D; }
<div style="background-color:#42D79D">Inner text</div>
This div background color is #42D79D.
.myBorderColor { border: 1px solid #42D79D; }
<div style="border:3px solid #42D79D">Div</div>
This div border color is #42D79D.
.myOpacity80 { color: #42D79D; opacity: 0.8; }
<p style="color:#42D79D;opacity:0.8;">80%</p>
Text with #42D79D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42D79D;}
<p style="text-shadow: 3px 3px 1px #42D79D">Text here.</p>
This text has shadow with #42D79D color.
.textShadow {text-shadow: 3px 3px 1px #42D79D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42D79D, 5px 5px 20px red">Text here.</p>
This text has shadow with #42D79D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42D79D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42D79D, Direction=45, Strength=4)">Text</p>
This text has shadow with #42D79D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42D79D;
-webkit-box-shadow: 1px 1px 3px 2px #42D79D;
box-shadow: 1px 1px 3px 2px #42D79D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42D79D; -webkit-box-shadow: 1px 1px 3px 2px #42D79D; box-shadow:1px 1px 3px 2px #42D79D;">
Div content here
</div>
This text has color #42D79D on black background.
This text has color #42D79D on white background.
This text has black color on #42D79D background.
This text has white color on #42D79D background.
Complementary color for #hex is #BD2862.