HEX: #8EE461
RGB: (142,228,97)
#8EE461 contains mainly green color. Web safe color of #8EE461 is #99CC66 (or #9C6).
#8EE461 color RGB value is (142,228,97).
RGB: (142,228,97) (56%,89%,38%)
R 142 of 255 = 56%
G 228 of 255 = 89%
B 97 of 255 = 38%
R + G + B ~ 61%. #8EE461 is quite light color.
R + G + B =
142 + 228 + 97 = 467 (100%)
R 142 of 467 ~ 30.41%
G 228 of 467 ~ 48.82%
B 97 of 467 ~ 20.77%
#8EE461 color CMYK value is (38,0,57,11).
CMYK: (38,0,57,11) C38M0Y57K11 (38%,0%,57%,11%) (0.38/0.00/0.57/0.11)
8E | E4 | 61 | |
---|---|---|---|
RGB | 142 | 228 | 97 |
HSL | 99° | 70.81% | 63.73% |
HSB/HSV | 99° | 57.46% | 89.41% |
CMYK | 37.72% | 0.00% | 57.46% |
10.59% |
HEX | 8E | E4 | 61 |
Decimal | 142 | 228 | 97 |
Binary | 10001110 | 11100100 | 1100001 |
Octal | 216 | 344 | 141 |
Examples of css and html codes for elements with #8EE461 color. Also use rgb(142,228,97) instead hex code.
.myTextColor { color: #8EE461; }
<p style="color:#8EE461">This sample text font color is #8EE461.</p>
This text font color is #8EE461.
.myBgColor { background-color: #8EE461; }
<div style="background-color:#8EE461">Inner text</div>
This div background color is #8EE461.
.myBorderColor { border: 1px solid #8EE461; }
<div style="border:3px solid #8EE461">Div</div>
This div border color is #8EE461.
.myOpacity80 { color: #8EE461; opacity: 0.8; }
<p style="color:#8EE461;opacity:0.8;">80%</p>
Text with #8EE461 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EE461;}
<p style="text-shadow: 3px 3px 1px #8EE461">Text here.</p>
This text has shadow with #8EE461 color.
.textShadow {text-shadow: 3px 3px 1px #8EE461, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EE461, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EE461 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EE461, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EE461, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EE461 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8EE461; -webkit-box-shadow: 1px 1px 3px 2px #8EE461; box-shadow: 1px 1px 3px 2px #8EE461; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8EE461; -webkit-box-shadow: 1px 1px 3px 2px #8EE461; box-shadow:1px 1px 3px 2px #8EE461;">
Div content here</div>
This text has color #8EE461 on black background.
This text has color #8EE461 on white background.
This text has black color on #8EE461 background.
This text has white color on #8EE461 background.