HEX: #49BF59
RGB: (73,191,89)
#49BF59 contains mainly green color. Web safe color of #49BF59 is #33CC66 (or #3C6).
#49BF59 color RGB value is (73,191,89).
RGB: (73,191,89)
(29%, 75%, 35%)
R 73 of 255 = 29%
G 191 of 255 = 75%
B 89 of 255 = 35%
R + G + B ~ 46%. #49BF59 is middle color (not dark and not light).
R + G + B = 73 + 191 + 89 = 353 (100%)
R 73 of 353 ~ 20.68%
G 191 of 353 ~ 54.11%
B 89 of 353 ~ 25.21'%
#49BF59 color CMYK value is (62,0,53,25).
CMYK: (62,0,53,25)
C62M0Y53K25 (62%, 0%, 53%, 25%)
(0.62 / 0.00 / 0.53 / 0.25)
Color #49BF59 in popluar color models
49 | BF | 59 | |
---|---|---|---|
RGB | 73 | 191 | 89 |
HSL | 128° | 47.97% | 51.76% |
HSB/HSV | 128° | 61.78% | 74.90% |
CMYK | 61.78% | 0.00% | 53.40% |
25.10% |
Color #49BF59 in popluar number systems.
HEX | 49 | BF | 59 |
Decimal | 73 | 191 | 89 |
Binary | 1001001 | 10111111 | 1011001 |
Octal | 111 | 277 | 131 |
Shades of #49BF59
Tints of #49BF59
Examples of css and html codes for elements with #49BF59 color. Also use rgb(73,191,89) instead hex code.
.myTextColor { color: #49BF59; }
<p style="color:#49BF59">This sample text font color is #49BF59.</p>
This text font color is #49BF59.
.myBgColor { background-color: #49BF59; }
<div style="background-color:#49BF59">Inner text</div>
This div background color is #49BF59.
.myBorderColor { border: 1px solid #49BF59; }
<div style="border:3px solid #49BF59">Div</div>
This div border color is #49BF59.
.myOpacity80 { color: #49BF59; opacity: 0.8; }
<p style="color:#49BF59;opacity:0.8;">80%</p>
Text with #49BF59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49BF59;}
<p style="text-shadow: 3px 3px 1px #49BF59">Text here.</p>
This text has shadow with #49BF59 color.
.textShadow {text-shadow: 3px 3px 1px #49BF59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49BF59, 5px 5px 20px red">Text here.</p>
This text has shadow with #49BF59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49BF59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49BF59, Direction=45, Strength=4)">Text</p>
This text has shadow with #49BF59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49BF59;
-webkit-box-shadow: 1px 1px 3px 2px #49BF59;
box-shadow: 1px 1px 3px 2px #49BF59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49BF59; -webkit-box-shadow: 1px 1px 3px 2px #49BF59; box-shadow:1px 1px 3px 2px #49BF59;">
Div content here
</div>
This text has color #49BF59 on black background.
This text has color #49BF59 on white background.
This text has black color on #49BF59 background.
This text has white color on #49BF59 background.
Complementary color for #hex is #B640A6.