HEX: #89D395
RGB: (137,211,149)
#89D395 contains mainly green color. Web safe color of #89D395 is #99CC99 (or #9C9).
#89D395 color RGB value is (137,211,149).
RGB: (137,211,149)
(54%, 83%, 58%)
R 137 of 255 = 54%
G 211 of 255 = 83%
B 149 of 255 = 58%
R + G + B ~ 65%. #89D395 is quite light color.
R + G + B = 137 + 211 + 149 = 497 (100%)
R 137 of 497 ~ 27.57%
G 211 of 497 ~ 42.45%
B 149 of 497 ~ 29.98'%
#89D395 color CMYK value is (35,0,29,17).
CMYK: (35,0,29,17)
C35M0Y29K17 (35%, 0%, 29%, 17%)
(0.35 / 0.00 / 0.29 / 0.17)
Color #89D395 in popluar color models
89 | D3 | 95 | |
---|---|---|---|
RGB | 137 | 211 | 149 |
HSL | 130° | 45.68% | 68.24% |
HSB/HSV | 130° | 35.07% | 82.75% |
CMYK | 35.07% | 0.00% | 29.38% |
17.25% |
Color #89D395 in popluar number systems.
HEX | 89 | D3 | 95 |
Decimal | 137 | 211 | 149 |
Binary | 10001001 | 11010011 | 10010101 |
Octal | 211 | 323 | 225 |
Shades of #89D395
Tints of #89D395
Examples of css and html codes for elements with #89D395 color. Also use rgb(137,211,149) instead hex code.
.myTextColor { color: #89D395; }
<p style="color:#89D395">This sample text font color is #89D395.</p>
This text font color is #89D395.
.myBgColor { background-color: #89D395; }
<div style="background-color:#89D395">Inner text</div>
This div background color is #89D395.
.myBorderColor { border: 1px solid #89D395; }
<div style="border:3px solid #89D395">Div</div>
This div border color is #89D395.
.myOpacity80 { color: #89D395; opacity: 0.8; }
<p style="color:#89D395;opacity:0.8;">80%</p>
Text with #89D395 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #89D395;}
<p style="text-shadow: 3px 3px 1px #89D395">Text here.</p>
This text has shadow with #89D395 color.
.textShadow {text-shadow: 3px 3px 1px #89D395', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #89D395, 5px 5px 20px red">Text here.</p>
This text has shadow with #89D395 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89D395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#89D395, Direction=45, Strength=4)">Text</p>
This text has shadow with #89D395 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #89D395;
-webkit-box-shadow: 1px 1px 3px 2px #89D395;
box-shadow: 1px 1px 3px 2px #89D395;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89D395; -webkit-box-shadow: 1px 1px 3px 2px #89D395; box-shadow:1px 1px 3px 2px #89D395;">
Div content here
</div>
This text has color #89D395 on black background.
This text has color #89D395 on white background.
This text has black color on #89D395 background.
This text has white color on #89D395 background.
Complementary color for #hex is #762C6A.