COLOR #49C56E

HEX: #49C56E
RGB: (73,197,110)

Color info

#49C56E contains mainly green color. Web safe color of #49C56E is #33CC66 (or #3C6).

RGB color model

#49C56E color RGB value is (73,197,110).

  • red value is 73;
  • green value is 197;
  • blue value is 110.
RGB:
(73,197,110)
(29%,77%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 197 of 255 = 77%
B 110 of 255 = 43%

73
197
110

R + G + B ~ 50%. #49C56E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 197 + 110 = 380 (100%)
R 73 of 380 ~ 19.21%
G 197 of 380 ~ 51.84%
B 110 of 380 ~ 28.95%

%19.21
%51.84
%28.95

CMYK color model

#49C56E color CMYK value is (63,0,44,23).

  • cyan value is 62.94%
  • magenta value is 0.00%
  • yellow value is 44.16%
  • key color value is 22.75%
CMYK:
(63,0,44,23)
C63M0Y44K23 
(63%,0%,44%,23%)
(0.63/0.00/0.44/0.23)	

CMYK percentages

%62.94
%0
%44.16
%22.75

Codes

Color #49C56E in popluar color models

49C56E
RGB73197110
HSL138°51.67%52.94%
HSB/HSV138°62.94%77.25%
CMYK62.94%0.00%44.16%
22.75%

Color #49C56E in popluar number systems.

HEX49C56E
Decimal73197110
Binary1001001110001011101110
Octal111305156

Shades and tints

Shades of #49C56E

#49C56E
(73,197,110)
#43B464
(67,180,100)
#3DA35A
(61,163,90)
#379250
(55,146,80)
#318146
(49,129,70)
#2B703C
(43,112,60)
#255F32
(37,95,50)
#1F4E28
(31,78,40)
#193D1E
(25,61,30)
#132C14
(19,44,20)
#0D1B0A
(13,27,10)
#000000
(0,0,0)

Tints of #49C56E

#49C56E
(73,197,110)
#59CA7B
(89,202,123)
#69CF88
(105,207,136)
#79D495
(121,212,149)
#89D9A2
(137,217,162)
#99DEAF
(153,222,175)
#A9E3BC
(169,227,188)
#B9E8C9
(185,232,201)
#C9EDD6
(201,237,214)
#D9F2E3
(217,242,227)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C56E color. Also use rgb(73,197,110) instead hex code.

Text Font Color

.myTextColor { color: #49C56E; }

<p style="color:#49C56E">This sample text font color is #49C56E.</p>

This text font color is #49C56E.


Background Color

.myBgColor { background-color: #49C56E; }

<div style="background-color:#49C56E">Inner text</div>

This div background color is #49C56E.


Border color

.myBorderColor { border: 1px solid #49C56E; }

<div style="border:3px solid #49C56E">Div</div>

This div border color is #49C56E.


Opacity

.myOpacity80 { color: #49C56E; opacity: 0.8; }

<p style="color:#49C56E;opacity:0.8;">80%</p>

Text with #49C56E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49C56E;}

<p style="text-shadow: 3px 3px 1px #49C56E">Text here.</p>

This text has shadow with #49C56E color.

.textShadow {text-shadow: 3px 3px 1px #49C56E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49C56E, 5px 5px 20px red">Text here.</p>

This text has shadow with #49C56E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49C56E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49C56E, Direction=45, Strength=4)">Text</p>

This text has shadow with #49C56E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49C56E;
  -webkit-box-shadow:	1px 1px 3px 2px #49C56E;
  box-shadow:		1px 1px 3px 2px #49C56E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49C56E;
-webkit-box-shadow: 1px 1px 3px 2px #49C56E;
box-shadow:1px 1px 3px 2px #49C56E;">
Div content here</div>
This div box has shadow with color #49C56E.

Preview

Color preview on black background

This text has color #49C56E on black background.


Color preview on white background

This text has color #49C56E on white background.



Black color preview on #49C56E background

This text has black color on #49C56E background.


White color preview on #49C56E background

This text has white color on #49C56E background.