COLOR #49CD89

HEX: #49CD89 RGB: (73,205,137)

Color info

#49CD89 contains mainly green color. Web safe color of #49CD89 is #33CC99 (or #3C9).

RGB color model

#49CD89 color RGB value is (73,205,137).

RGB: (73,205,137) (29%, 80%, 54%)

RGB channels and saturation

R 73 of 255 = 29%
G 205 of 255 = 80%
B 137 of 255 = 54%

73
205
137

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

Portions of RGB colors in percentages

R + G + B = 73 + 205 + 137 = 415 (100%)
R 73 of 415 ~ 17.59%
G 205 of 415 ~ 49.4%
B 137 of 415 ~ 33.01'%

%17.59
%49.4
%33.01

CMYK color model

#49CD89 color CMYK value is (64,0,33,20).

  • cyan value is 64.39%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 19.61%

CMYK: (64,0,33,20)
C64M0Y33K20 (64%, 0%, 33%, 20%)
(0.64 / 0.00 / 0.33 / 0.20)

CMYK percentages

%64.39
%0
%33.17
%19.61

Codes

Color #49CD89 in popluar color models

49 CD 89
RGB 73 205 137
HSL 149° 56.90% 54.51%
HSB/HSV 149° 64.39% 80.39%
CMYK 64.39% 0.00% 33.17%
19.61%

Color #49CD89 in popluar number systems.

HEX 49 CD 89
Decimal 73 205 137
Binary 1001001 11001101 10001001
Octal 111 315 211

Shades and tints

Shades of #49CD89

#49CD89
(73,205,137)
#43BB7D
(67,187,125)
#3DA971
(61,169,113)
#379765
(55,151,101)
#318559
(49,133,89)
#2B734D
(43,115,77)
#256141
(37,97,65)
#1F4F35
(31,79,53)
#193D29
(25,61,41)
#132B1D
(19,43,29)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #49CD89

#49CD89
(73,205,137)
#59D193
(89,209,147)
#69D59D
(105,213,157)
#79D9A7
(121,217,167)
#89DDB1
(137,221,177)
#99E1BB
(153,225,187)
#A9E5C5
(169,229,197)
#B9E9CF
(185,233,207)
#C9EDD9
(201,237,217)
#D9F1E3
(217,241,227)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CD89 color. Also use rgb(73,205,137) instead hex code.

Text Font Color

.myTextColor { color: #49CD89; }

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

This text font color is #49CD89.

Background Color

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

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

This div background color is #49CD89.

Border color

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

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

This div border color is #49CD89.

Opacity

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

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

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

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

This text has shadow with #49CD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49CD89.

Preview

Color preview on black background

This text has color #49CD89 on black background.


Color preview on white background

This text has color #49CD89 on white background.


Black color preview on #49CD89 background

This text has black color on #49CD89 background.


White color preview on #49CD89 background

This text has white color on #49CD89 background.


Related colors

Complementary color

Complementary color for #hex is #B63276.


I love getcolorcode.com

Triadic colors

1 #8949CD and #CD8949 with #49CD89 are triadic colors.

2 #89CD49 and #CD4989 with #49CD89 are triadic colors.