HEX: #72E492
RGB: (114,228,146)
#72E492 contains mainly green color. Web safe color of #72E492 is #66CC99 (or #6C9).
#72E492 color RGB value is (114,228,146).
RGB: (114,228,146) (45%,89%,57%)
R 114 of 255 = 45%
G 228 of 255 = 89%
B 146 of 255 = 57%
R + G + B ~ 64%. #72E492 is quite light color.
R + G + B =
114 + 228 + 146 = 488 (100%)
R 114 of 488 ~ 23.36%
G 228 of 488 ~ 46.72%
B 146 of 488 ~ 29.92%
#72E492 color CMYK value is (50,0,36,11).
CMYK: (50,0,36,11) C50M0Y36K11 (50%,0%,36%,11%) (0.50/0.00/0.36/0.11)
72 | E4 | 92 | |
---|---|---|---|
RGB | 114 | 228 | 146 |
HSL | 137° | 67.86% | 67.06% |
HSB/HSV | 137° | 50.00% | 89.41% |
CMYK | 50.00% | 0.00% | 35.96% |
10.59% |
HEX | 72 | E4 | 92 |
Decimal | 114 | 228 | 146 |
Binary | 1110010 | 11100100 | 10010010 |
Octal | 162 | 344 | 222 |
Examples of css and html codes for elements with #72E492 color. Also use rgb(114,228,146) instead hex code.
.myTextColor { color: #72E492; }
<p style="color:#72E492">This sample text font color is #72E492.</p>
This text font color is #72E492.
.myBgColor { background-color: #72E492; }
<div style="background-color:#72E492">Inner text</div>
This div background color is #72E492.
.myBorderColor { border: 1px solid #72E492; }
<div style="border:3px solid #72E492">Div</div>
This div border color is #72E492.
.myOpacity80 { color: #72E492; opacity: 0.8; }
<p style="color:#72E492;opacity:0.8;">80%</p>
Text with #72E492 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72E492;}
<p style="text-shadow: 3px 3px 1px #72E492">Text here.</p>
This text has shadow with #72E492 color.
.textShadow {text-shadow: 3px 3px 1px #72E492, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72E492, 5px 5px 20px red">Text here.</p>
This text has shadow with #72E492 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72E492, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72E492, Direction=45, Strength=4)">Text</p>
This text has shadow with #72E492 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72E492; -webkit-box-shadow: 1px 1px 3px 2px #72E492; box-shadow: 1px 1px 3px 2px #72E492; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #72E492; -webkit-box-shadow: 1px 1px 3px 2px #72E492; box-shadow:1px 1px 3px 2px #72E492;">
Div content here</div>
This text has color #72E492 on black background.
This text has color #72E492 on white background.
This text has black color on #72E492 background.
This text has white color on #72E492 background.