HEX: #88C47D
RGB: (136,196,125)
#88C47D contains mainly green color. Web safe color of #88C47D is #99CC66 (or #9C6).
#88C47D color RGB value is (136,196,125).
RGB: (136,196,125)
(53%, 77%, 49%)
R 136 of 255 = 53%
G 196 of 255 = 77%
B 125 of 255 = 49%
R + G + B ~ 60%. #88C47D is middle color (not dark and not light).
R + G + B = 136 + 196 + 125 = 457 (100%)
R 136 of 457 ~ 29.76%
G 196 of 457 ~ 42.89%
B 125 of 457 ~ 27.35'%
#88C47D color CMYK value is (31,0,36,23).
CMYK: (31,0,36,23) C31M0Y36K23 (31%,0%,36%,23%) (0.31/0.00/0.36/0.23)
Color #88C47D in popluar color models
88 | C4 | 7D | |
---|---|---|---|
RGB | 136 | 196 | 125 |
HSL | 111° | 37.57% | 62.94% |
HSB/HSV | 111° | 36.22% | 76.86% |
CMYK | 30.61% | 0.00% | 36.22% |
23.14% |
Color #88C47D in popluar number systems.
HEX | 88 | C4 | 7D |
Decimal | 136 | 196 | 125 |
Binary | 10001000 | 11000100 | 1111101 |
Octal | 210 | 304 | 175 |
Shades of #88C47D
Tints of #88C47D
Examples of css and html codes for elements with #88C47D color. Also use rgb(136,196,125) instead hex code.
.myTextColor { color: #88C47D; }
<p style="color:#88C47D">This sample text font color is #88C47D.</p>
This text font color is #88C47D.
.myBgColor { background-color: #88C47D; }
<div style="background-color:#88C47D">Inner text</div>
This div background color is #88C47D.
.myBorderColor { border: 1px solid #88C47D; }
<div style="border:3px solid #88C47D">Div</div>
This div border color is #88C47D.
.myOpacity80 { color: #88C47D; opacity: 0.8; }
<p style="color:#88C47D;opacity:0.8;">80%</p>
Text with #88C47D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88C47D;}
<p style="text-shadow: 3px 3px 1px #88C47D">Text here.</p>
This text has shadow with #88C47D color.
.textShadow {text-shadow: 3px 3px 1px #88C47D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88C47D, 5px 5px 20px red">Text here.</p>
This text has shadow with #88C47D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88C47D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88C47D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88C47D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88C47D;
-webkit-box-shadow: 1px 1px 3px 2px #88C47D;
box-shadow: 1px 1px 3px 2px #88C47D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C47D; -webkit-box-shadow: 1px 1px 3px 2px #88C47D; box-shadow:1px 1px 3px 2px #88C47D;">
Div content here
</div>
This text has color #88C47D on black background.
This text has color #88C47D on white background.
This text has black color on #88C47D background.
This text has white color on #88C47D background.
Complementary color for #hex is #773B82.