COLOR #49C662

HEX: #49C662 RGB: (73,198,98)

Color info

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

RGB color model

#49C662 color RGB value is (73,198,98).

RGB: (73,198,98) (29%, 78%, 38%)

RGB channels and saturation

R 73 of 255 = 29%
G 198 of 255 = 78%
B 98 of 255 = 38%

73
198
98

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

Portions of RGB colors in percentages

R + G + B = 73 + 198 + 98 = 369 (100%)
R 73 of 369 ~ 19.78%
G 198 of 369 ~ 53.66%
B 98 of 369 ~ 26.56'%

%19.78
%53.66
%26.56

CMYK color model

#49C662 color CMYK value is (63,0,51,22).

  • cyan value is 63.13%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 22.35%

CMYK: (63,0,51,22)
C63M0Y51K22 (63%, 0%, 51%, 22%)
(0.63 / 0.00 / 0.51 / 0.22)

CMYK percentages

%63.13
%0
%50.51
%22.35

Codes

Color #49C662 in popluar color models

49 C6 62
RGB 73 198 98
HSL 132° 52.30% 53.14%
HSB/HSV 132° 63.13% 77.65%
CMYK 63.13% 0.00% 50.51%
22.35%

Color #49C662 in popluar number systems.

HEX 49 C6 62
Decimal 73 198 98
Binary 1001001 11000110 1100010
Octal 111 306 142

Shades and tints

Shades of #49C662

#49C662
(73,198,98)
#43B45A
(67,180,90)
#3DA252
(61,162,82)
#37904A
(55,144,74)
#317E42
(49,126,66)
#2B6C3A
(43,108,58)
#255A32
(37,90,50)
#1F482A
(31,72,42)
#193622
(25,54,34)
#13241A
(19,36,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #49C662

#49C662
(73,198,98)
#59CB70
(89,203,112)
#69D07E
(105,208,126)
#79D58C
(121,213,140)
#89DA9A
(137,218,154)
#99DFA8
(153,223,168)
#A9E4B6
(169,228,182)
#B9E9C4
(185,233,196)
#C9EED2
(201,238,210)
#D9F3E0
(217,243,224)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C662 color. Also use rgb(73,198,98) instead hex code.

Text Font Color

.myTextColor { color: #49C662; }

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

This text font color is #49C662.

Background Color

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

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

This div background color is #49C662.

Border color

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

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

This div border color is #49C662.

Opacity

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

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

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

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

This text has shadow with #49C662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49C662.

Preview

Color preview on black background

This text has color #49C662 on black background.


Color preview on white background

This text has color #49C662 on white background.


Black color preview on #49C662 background

This text has black color on #49C662 background.


White color preview on #49C662 background

This text has white color on #49C662 background.


Related colors

Complementary color

Complementary color for #hex is #B6399D.


I love getcolorcode.com

Triadic colors

1 #6249C6 and #C66249 with #49C662 are triadic colors.

2 #62C649 and #C64962 with #49C662 are triadic colors.