COLOR #49EB59

HEX: #49EB59
RGB: (73,235,89)

Color info

#49EB59 contains mainly green color. Web safe color of #49EB59 is #33FF66 (or #3F6).

RGB color model

#49EB59 color RGB value is (73,235,89).

  • red value is 73;
  • green value is 235;
  • blue value is 89.
RGB:
(73,235,89)
(29%,92%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 235 of 255 = 92%
B 89 of 255 = 35%

73
235
89

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

Portions of RGB colors in percentages

R + G + B =
73 + 235 + 89 = 397 (100%)
R 73 of 397 ~ 18.39%
G 235 of 397 ~ 59.19%
B 89 of 397 ~ 22.42%

%18.39
%59.19
%22.42

CMYK color model

#49EB59 color CMYK value is (69,0,62,8).

  • cyan value is 68.94%
  • magenta value is 0.00%
  • yellow value is 62.13%
  • key color value is 7.84%
CMYK:
(69,0,62,8)
C69M0Y62K8 
(69%,0%,62%,8%)
(0.69/0.00/0.62/0.08)	

CMYK percentages

%68.94
%0
%62.13
%7.84

Codes

Color #49EB59 in popluar color models

49EB59
RGB7323589
HSL126°80.20%60.39%
HSB/HSV126°68.94%92.16%
CMYK68.94%0.00%62.13%
7.84%

Color #49EB59 in popluar number systems.

HEX49EB59
Decimal7323589
Binary1001001111010111011001
Octal111353131

Shades and tints

Shades of #49EB59

#49EB59
(73,235,89)
#43D651
(67,214,81)
#3DC149
(61,193,73)
#37AC41
(55,172,65)
#319739
(49,151,57)
#2B8231
(43,130,49)
#256D29
(37,109,41)
#1F5821
(31,88,33)
#194319
(25,67,25)
#132E11
(19,46,17)
#0D1909
(13,25,9)
#000000
(0,0,0)

Tints of #49EB59

#49EB59
(73,235,89)
#59EC68
(89,236,104)
#69ED77
(105,237,119)
#79EE86
(121,238,134)
#89EF95
(137,239,149)
#99F0A4
(153,240,164)
#A9F1B3
(169,241,179)
#B9F2C2
(185,242,194)
#C9F3D1
(201,243,209)
#D9F4E0
(217,244,224)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49EB59 color. Also use rgb(73,235,89) instead hex code.

Text Font Color

.myTextColor { color: #49EB59; }

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

This text font color is #49EB59.


Background Color

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

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

This div background color is #49EB59.


Border color

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

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

This div border color is #49EB59.


Opacity

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

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

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

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

This text has shadow with #49EB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49EB59 on black background.


Color preview on white background

This text has color #49EB59 on white background.



Black color preview on #49EB59 background

This text has black color on #49EB59 background.


White color preview on #49EB59 background

This text has white color on #49EB59 background.