COLOR #49D85C

HEX: #49D85C
RGB: (73,216,92)

Renk bilgisi

#49D85C contains mainly green color. #49D85C ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#49D85C color RGB value is (73,216,92).

  • kırmız ton 73;
  • yeşil ton 216;
  • mavi ton 92.
RGB:
(73,216,92)
(29%,85%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 216 of 255 = 85%
B 92 of 255 = 36%

73
216
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 216 + 92 = 381 (100%)
R 73 of 381 ~ 19.16%
G 216 of 381 ~ 56.69%
B 92 of 381 ~ 24.15%

%19.16
%56.69
%24.15

CMYK RENK MODELİ

#49D85C rengi CMYK tonu (66,0,57,15).

  • camgöbeği tonu 66.20%
  • eflatun tonu 0.00%
  • sarı tonu 57.41%
  • ana renk tonu 15.29%
CMYK:
(66,0,57,15)
C66M0Y57K15 
(66%,0%,57%,15%)
(0.66/0.00/0.57/0.15)	

CMYK yüzdeleri

%66.2
%0
%57.41
%15.29

Codes

Color #49D85C in popluar color models

49D85C
RGB7321692
HSL128°64.71%56.67%
HSB/HSV128°66.20%84.71%
CMYK66.20%0.00%57.41%
15.29%

Color #49D85C in popluar number systems.

HEX49D85C
Decimal7321692
Binary1001001110110001011100
Octal111330134

Shades and tints

Shades of #49D85C

#49D85C
(73,216,92)
#43C554
(67,197,84)
#3DB24C
(61,178,76)
#379F44
(55,159,68)
#318C3C
(49,140,60)
#2B7934
(43,121,52)
#25662C
(37,102,44)
#1F5324
(31,83,36)
#19401C
(25,64,28)
#132D14
(19,45,20)
#0D1A0C
(13,26,12)
#000000
(0,0,0)

Tints of #49D85C

#49D85C
(73,216,92)
#59DB6A
(89,219,106)
#69DE78
(105,222,120)
#79E186
(121,225,134)
#89E494
(137,228,148)
#99E7A2
(153,231,162)
#A9EAB0
(169,234,176)
#B9EDBE
(185,237,190)
#C9F0CC
(201,240,204)
#D9F3DA
(217,243,218)
#E9F6E8
(233,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D85C color. Also use rgb(73,216,92) instead hex code.

Text Font Color

.myTextColor { color: #49D85C; }

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

This text font color is #49D85C.


Background Color

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

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

This div background color is #49D85C.


Border color

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

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

This div border color is #49D85C.


Opacity

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

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

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

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

This text has shadow with #49D85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D85C on black background.


Color preview on white background

This text has color #49D85C on white background.



Black color preview on #49D85C background

This text has black color on #49D85C background.


White color preview on #49D85C background

This text has white color on #49D85C background.