HEX: #88C342
RGB: (136,195,66)
#88C342 contains mainly red and green colors. Web safe color of #88C342 is #99CC33 (or #9C3).
#88C342 color RGB value is (136,195,66).
RGB: (136,195,66)
(53%, 76%, 26%)
R 136 of 255 = 53%
G 195 of 255 = 76%
B 66 of 255 = 26%
R + G + B ~ 52%. #88C342 is middle color (not dark and not light).
R + G + B = 136 + 195 + 66 = 397 (100%)
R 136 of 397 ~ 34.26%
G 195 of 397 ~ 49.12%
B 66 of 397 ~ 16.62'%
#88C342 color CMYK value is (30,0,66,24).
CMYK: (30,0,66,24)
C30M0Y66K24 (30%, 0%, 66%, 24%)
(0.30 / 0.00 / 0.66 / 0.24)
Color #88C342 in popluar color models
88 | C3 | 42 | |
---|---|---|---|
RGB | 136 | 195 | 66 |
HSL | 87° | 51.81% | 51.18% |
HSB/HSV | 87° | 66.15% | 76.47% |
CMYK | 30.26% | 0.00% | 66.15% |
23.53% |
Color #88C342 in popluar number systems.
HEX | 88 | C3 | 42 |
Decimal | 136 | 195 | 66 |
Binary | 10001000 | 11000011 | 1000010 |
Octal | 210 | 303 | 102 |
Shades of #88C342
Tints of #88C342
Examples of css and html codes for elements with #88C342 color. Also use rgb(136,195,66) instead hex code.
.myTextColor { color: #88C342; }
<p style="color:#88C342">This sample text font color is #88C342.</p>
This text font color is #88C342.
.myBgColor { background-color: #88C342; }
<div style="background-color:#88C342">Inner text</div>
This div background color is #88C342.
.myBorderColor { border: 1px solid #88C342; }
<div style="border:3px solid #88C342">Div</div>
This div border color is #88C342.
.myOpacity80 { color: #88C342; opacity: 0.8; }
<p style="color:#88C342;opacity:0.8;">80%</p>
Text with #88C342 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88C342;}
<p style="text-shadow: 3px 3px 1px #88C342">Text here.</p>
This text has shadow with #88C342 color.
.textShadow {text-shadow: 3px 3px 1px #88C342', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88C342, 5px 5px 20px red">Text here.</p>
This text has shadow with #88C342 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88C342, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88C342, Direction=45, Strength=4)">Text</p>
This text has shadow with #88C342 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88C342;
-webkit-box-shadow: 1px 1px 3px 2px #88C342;
box-shadow: 1px 1px 3px 2px #88C342;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C342; -webkit-box-shadow: 1px 1px 3px 2px #88C342; box-shadow:1px 1px 3px 2px #88C342;">
Div content here
</div>
This text has color #88C342 on black background.
This text has color #88C342 on white background.
This text has black color on #88C342 background.
This text has white color on #88C342 background.
Complementary color for #hex is #773CBD.