COLOR #49FB96

HEX: #49FB96
RGB: (73,251,150)

Color info

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

RGB color model

#49FB96 color RGB value is (73,251,150).

  • red value is 73;
  • green value is 251;
  • blue value is 150.
RGB:
(73,251,150)
(29%,98%,59%)

RGB channels and saturation

R 73 of 255 = 29%
G 251 of 255 = 98%
B 150 of 255 = 59%

73
251
150

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

Portions of RGB colors in percentages

R + G + B =
73 + 251 + 150 = 474 (100%)
R 73 of 474 ~ 15.4%
G 251 of 474 ~ 52.95%
B 150 of 474 ~ 31.65%

%15.4
%52.95
%31.65

CMYK color model

#49FB96 color CMYK value is (71,0,40,2).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 1.57%
CMYK:
(71,0,40,2)
C71M0Y40K2 
(71%,0%,40%,2%)
(0.71/0.00/0.40/0.02)	

CMYK percentages

%70.92
%0
%40.24
%1.57

Codes

Color #49FB96 in popluar color models

49FB96
RGB73251150
HSL146°95.70%63.53%
HSB/HSV146°70.92%98.43%
CMYK70.92%0.00%40.24%
1.57%

Color #49FB96 in popluar number systems.

HEX49FB96
Decimal73251150
Binary10010011111101110010110
Octal111373226

Shades and tints

Shades of #49FB96

#49FB96
(73,251,150)
#43E589
(67,229,137)
#3DCF7C
(61,207,124)
#37B96F
(55,185,111)
#31A362
(49,163,98)
#2B8D55
(43,141,85)
#257748
(37,119,72)
#1F613B
(31,97,59)
#194B2E
(25,75,46)
#133521
(19,53,33)
#0D1F14
(13,31,20)
#000000
(0,0,0)

Tints of #49FB96

#49FB96
(73,251,150)
#59FB9F
(89,251,159)
#69FBA8
(105,251,168)
#79FBB1
(121,251,177)
#89FBBA
(137,251,186)
#99FBC3
(153,251,195)
#A9FBCC
(169,251,204)
#B9FBD5
(185,251,213)
#C9FBDE
(201,251,222)
#D9FBE7
(217,251,231)
#E9FBF0
(233,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49FB96 color. Also use rgb(73,251,150) instead hex code.

Text Font Color

.myTextColor { color: #49FB96; }

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

This text font color is #49FB96.


Background Color

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

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

This div background color is #49FB96.


Border color

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

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

This div border color is #49FB96.


Opacity

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

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

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

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

This text has shadow with #49FB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49FB96 on black background.


Color preview on white background

This text has color #49FB96 on white background.



Black color preview on #49FB96 background

This text has black color on #49FB96 background.


White color preview on #49FB96 background

This text has white color on #49FB96 background.