COLOR #49BF59

HEX: #49BF59 RGB: (73,191,89)

Color info

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

RGB color model

#49BF59 color RGB value is (73,191,89).

RGB: (73,191,89) (29%, 75%, 35%)

RGB channels and saturation

R 73 of 255 = 29%
G 191 of 255 = 75%
B 89 of 255 = 35%

73
191
89

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

Portions of RGB colors in percentages

R + G + B = 73 + 191 + 89 = 353 (100%)
R 73 of 353 ~ 20.68%
G 191 of 353 ~ 54.11%
B 89 of 353 ~ 25.21'%

%20.68
%54.11
%25.21

CMYK color model

#49BF59 color CMYK value is (62,0,53,25).

  • cyan value is 61.78%
  • magenta value is 0.00%
  • yellow value is 53.40%
  • key color value is 25.10%

CMYK: (62,0,53,25)
C62M0Y53K25 (62%, 0%, 53%, 25%)
(0.62 / 0.00 / 0.53 / 0.25)

CMYK percentages

%61.78
%0
%53.4
%25.1

Codes

Color #49BF59 in popluar color models

49 BF 59
RGB 73 191 89
HSL 128° 47.97% 51.76%
HSB/HSV 128° 61.78% 74.90%
CMYK 61.78% 0.00% 53.40%
25.10%

Color #49BF59 in popluar number systems.

HEX 49 BF 59
Decimal 73 191 89
Binary 1001001 10111111 1011001
Octal 111 277 131

Shades and tints

Shades of #49BF59

#49BF59
(73,191,89)
#43AE51
(67,174,81)
#3D9D49
(61,157,73)
#378C41
(55,140,65)
#317B39
(49,123,57)
#2B6A31
(43,106,49)
#255929
(37,89,41)
#1F4821
(31,72,33)
#193719
(25,55,25)
#132611
(19,38,17)
#0D1509
(13,21,9)
#000000
(0,0,0)

Tints of #49BF59

#49BF59
(73,191,89)
#59C468
(89,196,104)
#69C977
(105,201,119)
#79CE86
(121,206,134)
#89D395
(137,211,149)
#99D8A4
(153,216,164)
#A9DDB3
(169,221,179)
#B9E2C2
(185,226,194)
#C9E7D1
(201,231,209)
#D9ECE0
(217,236,224)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49BF59; }

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

This text font color is #49BF59.

Background Color

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

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

This div background color is #49BF59.

Border color

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

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

This div border color is #49BF59.

Opacity

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

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

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

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

This text has shadow with #49BF59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49BF59.

Preview

Color preview on black background

This text has color #49BF59 on black background.


Color preview on white background

This text has color #49BF59 on white background.


Black color preview on #49BF59 background

This text has black color on #49BF59 background.


White color preview on #49BF59 background

This text has white color on #49BF59 background.


Related colors

Complementary color

Complementary color for #hex is #B640A6.


I love getcolorcode.com

Triadic colors

1 #5949BF and #BF5949 with #49BF59 are triadic colors.

2 #59BF49 and #BF4959 with #49BF59 are triadic colors.