HEX: #70ED4D
RGB: (112,237,77)
#70ED4D contains mainly green color. Web safe color of #70ED4D is #66FF33 (or #6F3).
#70ED4D color RGB value is (112,237,77).
RGB: (112,237,77)
(44%, 93%, 30%)
R 112 of 255 = 44%
G 237 of 255 = 93%
B 77 of 255 = 30%
R + G + B ~ 56%. #70ED4D is middle color (not dark and not light).
R + G + B = 112 + 237 + 77 = 426 (100%)
R 112 of 426 ~ 26.29%
G 237 of 426 ~ 55.63%
B 77 of 426 ~ 18.08'%
#70ED4D color CMYK value is (53,0,68,7).
CMYK: (53,0,68,7)
C53M0Y68K7 (53%, 0%, 68%, 7%)
(0.53 / 0.00 / 0.68 / 0.07)
Color #70ED4D in popluar color models
70 | ED | 4D | |
---|---|---|---|
RGB | 112 | 237 | 77 |
HSL | 107° | 81.63% | 61.57% |
HSB/HSV | 107° | 67.51% | 92.94% |
CMYK | 52.74% | 0.00% | 67.51% |
7.06% |
Color #70ED4D in popluar number systems.
HEX | 70 | ED | 4D |
Decimal | 112 | 237 | 77 |
Binary | 1110000 | 11101101 | 1001101 |
Octal | 160 | 355 | 115 |
Shades of #70ED4D
Tints of #70ED4D
Examples of css and html codes for elements with #70ED4D color. Also use rgb(112,237,77) instead hex code.
.myTextColor { color: #70ED4D; }
<p style="color:#70ED4D">This sample text font color is #70ED4D.</p>
This text font color is #70ED4D.
.myBgColor { background-color: #70ED4D; }
<div style="background-color:#70ED4D">Inner text</div>
This div background color is #70ED4D.
.myBorderColor { border: 1px solid #70ED4D; }
<div style="border:3px solid #70ED4D">Div</div>
This div border color is #70ED4D.
.myOpacity80 { color: #70ED4D; opacity: 0.8; }
<p style="color:#70ED4D;opacity:0.8;">80%</p>
Text with #70ED4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #70ED4D;}
<p style="text-shadow: 3px 3px 1px #70ED4D">Text here.</p>
This text has shadow with #70ED4D color.
.textShadow {text-shadow: 3px 3px 1px #70ED4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #70ED4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #70ED4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70ED4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#70ED4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #70ED4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #70ED4D;
-webkit-box-shadow: 1px 1px 3px 2px #70ED4D;
box-shadow: 1px 1px 3px 2px #70ED4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70ED4D; -webkit-box-shadow: 1px 1px 3px 2px #70ED4D; box-shadow:1px 1px 3px 2px #70ED4D;">
Div content here
</div>
This text has color #70ED4D on black background.
This text has color #70ED4D on white background.
This text has black color on #70ED4D background.
This text has white color on #70ED4D background.
Complementary color for #70ED4D is #8F12B2.