COLOR #49DB6A

HEX: #49DB6A
RGB: (73,219,106)

Renk bilgisi

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

RGB renk modeli

#49DB6A color RGB value is (73,219,106).

  • kırmız ton 73;
  • yeşil ton 219;
  • mavi ton 106.
RGB:
(73,219,106)
(29%,86%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 219 of 255 = 86%
B 106 of 255 = 42%

73
219
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 219 + 106 = 398 (100%)
R 73 of 398 ~ 18.34%
G 219 of 398 ~ 55.03%
B 106 of 398 ~ 26.63%

%18.34
%55.03
%26.63

CMYK RENK MODELİ

#49DB6A rengi CMYK tonu (67,0,52,14).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 51.60%
  • ana renk tonu 14.12%
CMYK:
(67,0,52,14)
C67M0Y52K14 
(67%,0%,52%,14%)
(0.67/0.00/0.52/0.14)	

CMYK yüzdeleri

%66.67
%0
%51.6
%14.12

Codes

Color #49DB6A in popluar color models

49DB6A
RGB73219106
HSL134°66.97%57.25%
HSB/HSV134°66.67%85.88%
CMYK66.67%0.00%51.60%
14.12%

Color #49DB6A in popluar number systems.

HEX49DB6A
Decimal73219106
Binary1001001110110111101010
Octal111333152

Shades and tints

Shades of #49DB6A

#49DB6A
(73,219,106)
#43C861
(67,200,97)
#3DB558
(61,181,88)
#37A24F
(55,162,79)
#318F46
(49,143,70)
#2B7C3D
(43,124,61)
#256934
(37,105,52)
#1F562B
(31,86,43)
#194322
(25,67,34)
#133019
(19,48,25)
#0D1D10
(13,29,16)
#000000
(0,0,0)

Tints of #49DB6A

#49DB6A
(73,219,106)
#59DE77
(89,222,119)
#69E184
(105,225,132)
#79E491
(121,228,145)
#89E79E
(137,231,158)
#99EAAB
(153,234,171)
#A9EDB8
(169,237,184)
#B9F0C5
(185,240,197)
#C9F3D2
(201,243,210)
#D9F6DF
(217,246,223)
#E9F9EC
(233,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49DB6A color. Also use rgb(73,219,106) instead hex code.

Text Font Color

.myTextColor { color: #49DB6A; }

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

This text font color is #49DB6A.


Background Color

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

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

This div background color is #49DB6A.


Border color

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

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

This div border color is #49DB6A.


Opacity

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

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

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

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

This text has shadow with #49DB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49DB6A on black background.


Color preview on white background

This text has color #49DB6A on white background.



Black color preview on #49DB6A background

This text has black color on #49DB6A background.


White color preview on #49DB6A background

This text has white color on #49DB6A background.