HEX: #4CC48D
RGB: (76,196,141)
#4CC48D contains mainly green and blue colors. Web safe color of #4CC48D is #33CC99 (or #3C9).
#4CC48D color RGB value is (76,196,141).
RGB: (76,196,141)
(30%, 77%, 55%)
R 76 of 255 = 30%
G 196 of 255 = 77%
B 141 of 255 = 55%
R + G + B ~ 54%. #4CC48D is middle color (not dark and not light).
R + G + B = 76 + 196 + 141 = 413 (100%)
R 76 of 413 ~ 18.4%
G 196 of 413 ~ 47.46%
B 141 of 413 ~ 34.14'%
#4CC48D color CMYK value is (61,0,28,23).
CMYK: (61,0,28,23) C61M0Y28K23 (61%,0%,28%,23%) (0.61/0.00/0.28/0.23)
Color #4CC48D in popluar color models
4C | C4 | 8D | |
---|---|---|---|
RGB | 76 | 196 | 141 |
HSL | 153° | 50.42% | 53.33% |
HSB/HSV | 153° | 61.22% | 76.86% |
CMYK | 61.22% | 0.00% | 28.06% |
23.14% |
Color #4CC48D in popluar number systems.
HEX | 4C | C4 | 8D |
Decimal | 76 | 196 | 141 |
Binary | 1001100 | 11000100 | 10001101 |
Octal | 114 | 304 | 215 |
Shades of #4CC48D
Tints of #4CC48D
Examples of css and html codes for elements with #4CC48D color. Also use rgb(76,196,141) instead hex code.
.myTextColor { color: #4CC48D; }
<p style="color:#4CC48D">This sample text font color is #4CC48D.</p>
This text font color is #4CC48D.
.myBgColor { background-color: #4CC48D; }
<div style="background-color:#4CC48D">Inner text</div>
This div background color is #4CC48D.
.myBorderColor { border: 1px solid #4CC48D; }
<div style="border:3px solid #4CC48D">Div</div>
This div border color is #4CC48D.
.myOpacity80 { color: #4CC48D; opacity: 0.8; }
<p style="color:#4CC48D;opacity:0.8;">80%</p>
Text with #4CC48D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC48D;}
<p style="text-shadow: 3px 3px 1px #4CC48D">Text here.</p>
This text has shadow with #4CC48D color.
.textShadow {text-shadow: 3px 3px 1px #4CC48D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC48D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4CC48D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC48D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC48D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC48D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CC48D;
-webkit-box-shadow: 1px 1px 3px 2px #4CC48D;
box-shadow: 1px 1px 3px 2px #4CC48D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CC48D; -webkit-box-shadow: 1px 1px 3px 2px #4CC48D; box-shadow:1px 1px 3px 2px #4CC48D;">
Div content here
</div>
This text has color #4CC48D on black background.
This text has color #4CC48D on white background.
This text has black color on #4CC48D background.
This text has white color on #4CC48D background.
Complementary color for #hex is #B33B72.