HEX: #88D175
RGB: (136,209,117)
#88D175 contains mainly green color. Web safe color of #88D175 is #99CC66 (or #9C6).
#88D175 color RGB value is (136,209,117).
RGB: (136,209,117)
(53%, 82%, 46%)
R 136 of 255 = 53%
G 209 of 255 = 82%
B 117 of 255 = 46%
R + G + B ~ 60%. #88D175 is middle color (not dark and not light).
R + G + B = 136 + 209 + 117 = 462 (100%)
R 136 of 462 ~ 29.44%
G 209 of 462 ~ 45.24%
B 117 of 462 ~ 25.32'%
#88D175 color CMYK value is (35,0,44,18).
CMYK: (35,0,44,18)
C35M0Y44K18 (35%, 0%, 44%, 18%)
(0.35 / 0.00 / 0.44 / 0.18)
Color #88D175 in popluar color models
88 | D1 | 75 | |
---|---|---|---|
RGB | 136 | 209 | 117 |
HSL | 108° | 50.00% | 63.92% |
HSB/HSV | 108° | 44.02% | 81.96% |
CMYK | 34.93% | 0.00% | 44.02% |
18.04% |
Color #88D175 in popluar number systems.
HEX | 88 | D1 | 75 |
Decimal | 136 | 209 | 117 |
Binary | 10001000 | 11010001 | 1110101 |
Octal | 210 | 321 | 165 |
Shades of #88D175
Tints of #88D175
Examples of css and html codes for elements with #88D175 color. Also use rgb(136,209,117) instead hex code.
.myTextColor { color: #88D175; }
<p style="color:#88D175">This sample text font color is #88D175.</p>
This text font color is #88D175.
.myBgColor { background-color: #88D175; }
<div style="background-color:#88D175">Inner text</div>
This div background color is #88D175.
.myBorderColor { border: 1px solid #88D175; }
<div style="border:3px solid #88D175">Div</div>
This div border color is #88D175.
.myOpacity80 { color: #88D175; opacity: 0.8; }
<p style="color:#88D175;opacity:0.8;">80%</p>
Text with #88D175 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88D175;}
<p style="text-shadow: 3px 3px 1px #88D175">Text here.</p>
This text has shadow with #88D175 color.
.textShadow {text-shadow: 3px 3px 1px #88D175', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88D175, 5px 5px 20px red">Text here.</p>
This text has shadow with #88D175 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D175, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88D175, Direction=45, Strength=4)">Text</p>
This text has shadow with #88D175 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88D175;
-webkit-box-shadow: 1px 1px 3px 2px #88D175;
box-shadow: 1px 1px 3px 2px #88D175;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D175; -webkit-box-shadow: 1px 1px 3px 2px #88D175; box-shadow:1px 1px 3px 2px #88D175;">
Div content here
</div>
This text has color #88D175 on black background.
This text has color #88D175 on white background.
This text has black color on #88D175 background.
This text has white color on #88D175 background.
Complementary color for #hex is #772E8A.