HEX: #8CC553
RGB: (140,197,83)
#8CC553 contains mainly red and green colors. Web safe color of #8CC553 is #99CC66 (or #9C6).
#8CC553 color RGB value is (140,197,83).
RGB: (140,197,83)
(55%, 77%, 33%)
R 140 of 255 = 55%
G 197 of 255 = 77%
B 83 of 255 = 33%
R + G + B ~ 55%. #8CC553 is middle color (not dark and not light).
R + G + B = 140 + 197 + 83 = 420 (100%)
R 140 of 420 ~ 33.33%
G 197 of 420 ~ 46.9%
B 83 of 420 ~ 19.76'%
#8CC553 color CMYK value is (29,0,58,23).
CMYK: (29,0,58,23)
C29M0Y58K23 (29%, 0%, 58%, 23%)
(0.29 / 0.00 / 0.58 / 0.23)
Color #8CC553 in popluar color models
8C | C5 | 53 | |
---|---|---|---|
RGB | 140 | 197 | 83 |
HSL | 90° | 49.57% | 54.90% |
HSB/HSV | 90° | 57.87% | 77.25% |
CMYK | 28.93% | 0.00% | 57.87% |
22.75% |
Color #8CC553 in popluar number systems.
HEX | 8C | C5 | 53 |
Decimal | 140 | 197 | 83 |
Binary | 10001100 | 11000101 | 1010011 |
Octal | 214 | 305 | 123 |
Shades of #8CC553
Tints of #8CC553
Examples of css and html codes for elements with #8CC553 color. Also use rgb(140,197,83) instead hex code.
.myTextColor { color: #8CC553; }
<p style="color:#8CC553">This sample text font color is #8CC553.</p>
This text font color is #8CC553.
.myBgColor { background-color: #8CC553; }
<div style="background-color:#8CC553">Inner text</div>
This div background color is #8CC553.
.myBorderColor { border: 1px solid #8CC553; }
<div style="border:3px solid #8CC553">Div</div>
This div border color is #8CC553.
.myOpacity80 { color: #8CC553; opacity: 0.8; }
<p style="color:#8CC553;opacity:0.8;">80%</p>
Text with #8CC553 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8CC553;}
<p style="text-shadow: 3px 3px 1px #8CC553">Text here.</p>
This text has shadow with #8CC553 color.
.textShadow {text-shadow: 3px 3px 1px #8CC553', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8CC553, 5px 5px 20px red">Text here.</p>
This text has shadow with #8CC553 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8CC553, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8CC553, Direction=45, Strength=4)">Text</p>
This text has shadow with #8CC553 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8CC553;
-webkit-box-shadow: 1px 1px 3px 2px #8CC553;
box-shadow: 1px 1px 3px 2px #8CC553;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8CC553; -webkit-box-shadow: 1px 1px 3px 2px #8CC553; box-shadow:1px 1px 3px 2px #8CC553;">
Div content here
</div>
This text has color #8CC553 on black background.
This text has color #8CC553 on white background.
This text has black color on #8CC553 background.
This text has white color on #8CC553 background.
Complementary color for #hex is #733AAC.