COLOR #49F99E

HEX: #49F99E
RGB: (73,249,158)

Color info

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

RGB color model

#49F99E color RGB value is (73,249,158).

  • red value is 73;
  • green value is 249;
  • blue value is 158.
RGB:
(73,249,158)
(29%,98%,62%)

RGB channels and saturation

R 73 of 255 = 29%
G 249 of 255 = 98%
B 158 of 255 = 62%

73
249
158

R + G + B ~ 63%. #49F99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 249 + 158 = 480 (100%)
R 73 of 480 ~ 15.21%
G 249 of 480 ~ 51.88%
B 158 of 480 ~ 32.92%

%15.21
%51.88
%32.92

CMYK color model

#49F99E color CMYK value is (71,0,37,2).

  • cyan value is 70.68%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 2.35%
CMYK:
(71,0,37,2)
C71M0Y37K2 
(71%,0%,37%,2%)
(0.71/0.00/0.37/0.02)	

CMYK percentages

%70.68
%0
%36.55
%2.35

Codes

Color #49F99E in popluar color models

49F99E
RGB73249158
HSL149°93.62%63.14%
HSB/HSV149°70.68%97.65%
CMYK70.68%0.00%36.55%
2.35%

Color #49F99E in popluar number systems.

HEX49F99E
Decimal73249158
Binary10010011111100110011110
Octal111371236

Shades and tints

Shades of #49F99E

#49F99E
(73,249,158)
#43E390
(67,227,144)
#3DCD82
(61,205,130)
#37B774
(55,183,116)
#31A166
(49,161,102)
#2B8B58
(43,139,88)
#25754A
(37,117,74)
#1F5F3C
(31,95,60)
#19492E
(25,73,46)
#133320
(19,51,32)
#0D1D12
(13,29,18)
#000000
(0,0,0)

Tints of #49F99E

#49F99E
(73,249,158)
#59F9A6
(89,249,166)
#69F9AE
(105,249,174)
#79F9B6
(121,249,182)
#89F9BE
(137,249,190)
#99F9C6
(153,249,198)
#A9F9CE
(169,249,206)
#B9F9D6
(185,249,214)
#C9F9DE
(201,249,222)
#D9F9E6
(217,249,230)
#E9F9EE
(233,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49F99E color. Also use rgb(73,249,158) instead hex code.

Text Font Color

.myTextColor { color: #49F99E; }

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

This text font color is #49F99E.


Background Color

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

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

This div background color is #49F99E.


Border color

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

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

This div border color is #49F99E.


Opacity

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

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

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

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

This text has shadow with #49F99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49F99E on black background.


Color preview on white background

This text has color #49F99E on white background.



Black color preview on #49F99E background

This text has black color on #49F99E background.


White color preview on #49F99E background

This text has white color on #49F99E background.