COLOR #49F79C

HEX: #49F79C
RGB: (73,247,156)

Color info

#49F79C contains mainly green color. Web safe color of #49F79C is #33FF99 (or #3F9).

RGB color model

#49F79C color RGB value is (73,247,156).

  • red value is 73;
  • green value is 247;
  • blue value is 156.
RGB:
(73,247,156)
(29%,97%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 247 of 255 = 97%
B 156 of 255 = 61%

73
247
156

R + G + B ~ 62%. #49F79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 247 + 156 = 476 (100%)
R 73 of 476 ~ 15.34%
G 247 of 476 ~ 51.89%
B 156 of 476 ~ 32.77%

%15.34
%51.89
%32.77

CMYK color model

#49F79C color CMYK value is (70,0,37,3).

  • cyan value is 70.45%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 3.14%
CMYK:
(70,0,37,3)
C70M0Y37K3 
(70%,0%,37%,3%)
(0.70/0.00/0.37/0.03)	

CMYK percentages

%70.45
%0
%36.84
%3.14

Codes

Color #49F79C in popluar color models

49F79C
RGB73247156
HSL149°91.58%62.75%
HSB/HSV149°70.45%96.86%
CMYK70.45%0.00%36.84%
3.14%

Color #49F79C in popluar number systems.

HEX49F79C
Decimal73247156
Binary10010011111011110011100
Octal111367234

Shades and tints

Shades of #49F79C

#49F79C
(73,247,156)
#43E18E
(67,225,142)
#3DCB80
(61,203,128)
#37B572
(55,181,114)
#319F64
(49,159,100)
#2B8956
(43,137,86)
#257348
(37,115,72)
#1F5D3A
(31,93,58)
#19472C
(25,71,44)
#13311E
(19,49,30)
#0D1B10
(13,27,16)
#000000
(0,0,0)

Tints of #49F79C

#49F79C
(73,247,156)
#59F7A5
(89,247,165)
#69F7AE
(105,247,174)
#79F7B7
(121,247,183)
#89F7C0
(137,247,192)
#99F7C9
(153,247,201)
#A9F7D2
(169,247,210)
#B9F7DB
(185,247,219)
#C9F7E4
(201,247,228)
#D9F7ED
(217,247,237)
#E9F7F6
(233,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49F79C color. Also use rgb(73,247,156) instead hex code.

Text Font Color

.myTextColor { color: #49F79C; }

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

This text font color is #49F79C.


Background Color

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

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

This div background color is #49F79C.


Border color

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

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

This div border color is #49F79C.


Opacity

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

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

Text with #49F79C 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 #49F79C;}

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

This text has shadow with #49F79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49F79C on black background.


Color preview on white background

This text has color #49F79C on white background.



Black color preview on #49F79C background

This text has black color on #49F79C background.


White color preview on #49F79C background

This text has white color on #49F79C background.