HEX: #88D580
RGB: (136,213,128)
#88D580 contains mainly green color. Web safe color of #88D580 is #99CC66 (or #9C6).
#88D580 color RGB value is (136,213,128).
RGB: (136,213,128)
(53%, 84%, 50%)
R 136 of 255 = 53%
G 213 of 255 = 84%
B 128 of 255 = 50%
R + G + B ~ 62%. #88D580 is quite light color.
R + G + B = 136 + 213 + 128 = 477 (100%)
R 136 of 477 ~ 28.51%
G 213 of 477 ~ 44.65%
B 128 of 477 ~ 26.83'%
#88D580 color CMYK value is (36,0,40,16).
CMYK: (36,0,40,16)
C36M0Y40K16 (36%, 0%, 40%, 16%)
(0.36 / 0.00 / 0.40 / 0.16)
Color #88D580 in popluar color models
88 | D5 | 80 | |
---|---|---|---|
RGB | 136 | 213 | 128 |
HSL | 114° | 50.30% | 66.86% |
HSB/HSV | 114° | 39.91% | 83.53% |
CMYK | 36.15% | 0.00% | 39.91% |
16.47% |
Color #88D580 in popluar number systems.
HEX | 88 | D5 | 80 |
Decimal | 136 | 213 | 128 |
Binary | 10001000 | 11010101 | 10000000 |
Octal | 210 | 325 | 200 |
Shades of #88D580
Tints of #88D580
Examples of css and html codes for elements with #88D580 color. Also use rgb(136,213,128) instead hex code.
.myTextColor { color: #88D580; }
<p style="color:#88D580">This sample text font color is #88D580.</p>
This text font color is #88D580.
.myBgColor { background-color: #88D580; }
<div style="background-color:#88D580">Inner text</div>
This div background color is #88D580.
.myBorderColor { border: 1px solid #88D580; }
<div style="border:3px solid #88D580">Div</div>
This div border color is #88D580.
.myOpacity80 { color: #88D580; opacity: 0.8; }
<p style="color:#88D580;opacity:0.8;">80%</p>
Text with #88D580 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88D580;}
<p style="text-shadow: 3px 3px 1px #88D580">Text here.</p>
This text has shadow with #88D580 color.
.textShadow {text-shadow: 3px 3px 1px #88D580', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88D580, 5px 5px 20px red">Text here.</p>
This text has shadow with #88D580 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D580, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88D580, Direction=45, Strength=4)">Text</p>
This text has shadow with #88D580 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88D580;
-webkit-box-shadow: 1px 1px 3px 2px #88D580;
box-shadow: 1px 1px 3px 2px #88D580;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D580; -webkit-box-shadow: 1px 1px 3px 2px #88D580; box-shadow:1px 1px 3px 2px #88D580;">
Div content here
</div>
This text has color #88D580 on black background.
This text has color #88D580 on white background.
This text has black color on #88D580 background.
This text has white color on #88D580 background.
Complementary color for #hex is #772A7F.