HEX: #42D56D
RGB: (66,213,109)
#42D56D contains mainly green color. Web safe color of #42D56D is #33CC66 (or #3C6).
#42D56D color RGB value is (66,213,109).
RGB: (66,213,109)
(26%, 84%, 43%)
R 66 of 255 = 26%
G 213 of 255 = 84%
B 109 of 255 = 43%
R + G + B ~ 51%. #42D56D is middle color (not dark and not light).
R + G + B = 66 + 213 + 109 = 388 (100%)
R 66 of 388 ~ 17.01%
G 213 of 388 ~ 54.9%
B 109 of 388 ~ 28.09'%
#42D56D color CMYK value is (69,0,49,16).
CMYK: (69,0,49,16)
C69M0Y49K16 (69%, 0%, 49%, 16%)
(0.69 / 0.00 / 0.49 / 0.16)
Color #42D56D in popluar color models
42 | D5 | 6D | |
---|---|---|---|
RGB | 66 | 213 | 109 |
HSL | 138° | 63.64% | 54.71% |
HSB/HSV | 138° | 69.01% | 83.53% |
CMYK | 69.01% | 0.00% | 48.83% |
16.47% |
Color #42D56D in popluar number systems.
HEX | 42 | D5 | 6D |
Decimal | 66 | 213 | 109 |
Binary | 1000010 | 11010101 | 1101101 |
Octal | 102 | 325 | 155 |
Shades of #42D56D
Tints of #42D56D
Examples of css and html codes for elements with #42D56D color. Also use rgb(66,213,109) instead hex code.
.myTextColor { color: #42D56D; }
<p style="color:#42D56D">This sample text font color is #42D56D.</p>
This text font color is #42D56D.
.myBgColor { background-color: #42D56D; }
<div style="background-color:#42D56D">Inner text</div>
This div background color is #42D56D.
.myBorderColor { border: 1px solid #42D56D; }
<div style="border:3px solid #42D56D">Div</div>
This div border color is #42D56D.
.myOpacity80 { color: #42D56D; opacity: 0.8; }
<p style="color:#42D56D;opacity:0.8;">80%</p>
Text with #42D56D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42D56D;}
<p style="text-shadow: 3px 3px 1px #42D56D">Text here.</p>
This text has shadow with #42D56D color.
.textShadow {text-shadow: 3px 3px 1px #42D56D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42D56D, 5px 5px 20px red">Text here.</p>
This text has shadow with #42D56D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42D56D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42D56D, Direction=45, Strength=4)">Text</p>
This text has shadow with #42D56D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42D56D;
-webkit-box-shadow: 1px 1px 3px 2px #42D56D;
box-shadow: 1px 1px 3px 2px #42D56D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42D56D; -webkit-box-shadow: 1px 1px 3px 2px #42D56D; box-shadow:1px 1px 3px 2px #42D56D;">
Div content here
</div>
This text has color #42D56D on black background.
This text has color #42D56D on white background.
This text has black color on #42D56D background.
This text has white color on #42D56D background.
Complementary color for #hex is #BD2A92.