HEX: #49CD8C
RGB: (73,205,140)
#49CD8C contains mainly green color. Web safe color of #49CD8C is #33CC99 (or #3C9).
#49CD8C color RGB value is (73,205,140).
RGB: (73,205,140) (29%,80%,55%)
R 73 of 255 = 29%
G 205 of 255 = 80%
B 140 of 255 = 55%
R + G + B ~ 55%. #49CD8C is middle color (not dark and not light).
R + G + B =
73 + 205 + 140 = 418 (100%)
R 73 of 418 ~ 17.46%
G 205 of 418 ~ 49.04%
B 140 of 418 ~ 33.49%
#49CD8C color CMYK value is (64,0,32,20).
CMYK: (64,0,32,20) C64M0Y32K20 (64%,0%,32%,20%) (0.64/0.00/0.32/0.20)
49 | CD | 8C | |
---|---|---|---|
RGB | 73 | 205 | 140 |
HSL | 150° | 56.90% | 54.51% |
HSB/HSV | 150° | 64.39% | 80.39% |
CMYK | 64.39% | 0.00% | 31.71% |
19.61% |
HEX | 49 | CD | 8C |
Decimal | 73 | 205 | 140 |
Binary | 1001001 | 11001101 | 10001100 |
Octal | 111 | 315 | 214 |
Examples of css and html codes for elements with #49CD8C color. Also use rgb(73,205,140) instead hex code.
.myTextColor { color: #49CD8C; }
<p style="color:#49CD8C">This sample text font color is #49CD8C.</p>
This text font color is #49CD8C.
.myBgColor { background-color: #49CD8C; }
<div style="background-color:#49CD8C">Inner text</div>
This div background color is #49CD8C.
.myBorderColor { border: 1px solid #49CD8C; }
<div style="border:3px solid #49CD8C">Div</div>
This div border color is #49CD8C.
.myOpacity80 { color: #49CD8C; opacity: 0.8; }
<p style="color:#49CD8C;opacity:0.8;">80%</p>
Text with #49CD8C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49CD8C;}
<p style="text-shadow: 3px 3px 1px #49CD8C">Text here.</p>
This text has shadow with #49CD8C color.
.textShadow {text-shadow: 3px 3px 1px #49CD8C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49CD8C, 5px 5px 20px red">Text here.</p>
This text has shadow with #49CD8C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49CD8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49CD8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #49CD8C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49CD8C; -webkit-box-shadow: 1px 1px 3px 2px #49CD8C; box-shadow: 1px 1px 3px 2px #49CD8C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49CD8C; -webkit-box-shadow: 1px 1px 3px 2px #49CD8C; box-shadow:1px 1px 3px 2px #49CD8C;">
Div content here</div>
This text has color #49CD8C on black background.
This text has color #49CD8C on white background.
This text has black color on #49CD8C background.
This text has white color on #49CD8C background.