HEX: #88C989
RGB: (136,201,137)
#88C989 contains mainly green color. Web safe color of #88C989 is #99CC99 (or #9C9).
#88C989 color RGB value is (136,201,137).
RGB: (136,201,137)
(53%, 79%, 54%)
R 136 of 255 = 53%
G 201 of 255 = 79%
B 137 of 255 = 54%
R + G + B ~ 62%. #88C989 is quite light color.
R + G + B = 136 + 201 + 137 = 474 (100%)
R 136 of 474 ~ 28.69%
G 201 of 474 ~ 42.41%
B 137 of 474 ~ 28.9'%
#88C989 color CMYK value is (32,0,32,21).
CMYK: (32,0,32,21)
C32M0Y32K21 (32%, 0%, 32%, 21%)
(0.32 / 0.00 / 0.32 / 0.21)
Color #88C989 in popluar color models
88 | C9 | 89 | |
---|---|---|---|
RGB | 136 | 201 | 137 |
HSL | 121° | 37.57% | 66.08% |
HSB/HSV | 121° | 32.34% | 78.82% |
CMYK | 32.34% | 0.00% | 31.84% |
21.18% |
Color #88C989 in popluar number systems.
HEX | 88 | C9 | 89 |
Decimal | 136 | 201 | 137 |
Binary | 10001000 | 11001001 | 10001001 |
Octal | 210 | 311 | 211 |
Shades of #88C989
Tints of #88C989
Examples of css and html codes for elements with #88C989 color. Also use rgb(136,201,137) instead hex code.
.myTextColor { color: #88C989; }
<p style="color:#88C989">This sample text font color is #88C989.</p>
This text font color is #88C989.
.myBgColor { background-color: #88C989; }
<div style="background-color:#88C989">Inner text</div>
This div background color is #88C989.
.myBorderColor { border: 1px solid #88C989; }
<div style="border:3px solid #88C989">Div</div>
This div border color is #88C989.
.myOpacity80 { color: #88C989; opacity: 0.8; }
<p style="color:#88C989;opacity:0.8;">80%</p>
Text with #88C989 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88C989;}
<p style="text-shadow: 3px 3px 1px #88C989">Text here.</p>
This text has shadow with #88C989 color.
.textShadow {text-shadow: 3px 3px 1px #88C989', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88C989, 5px 5px 20px red">Text here.</p>
This text has shadow with #88C989 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88C989, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88C989, Direction=45, Strength=4)">Text</p>
This text has shadow with #88C989 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88C989;
-webkit-box-shadow: 1px 1px 3px 2px #88C989;
box-shadow: 1px 1px 3px 2px #88C989;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C989; -webkit-box-shadow: 1px 1px 3px 2px #88C989; box-shadow:1px 1px 3px 2px #88C989;">
Div content here
</div>
This text has color #88C989 on black background.
This text has color #88C989 on white background.
This text has black color on #88C989 background.
This text has white color on #88C989 background.
Complementary color for #hex is #773676.