COLOR #49DB56

HEX: #49DB56
RGB: (73,219,86)

Renk bilgisi

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

RGB renk modeli

#49DB56 color RGB value is (73,219,86).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 219 of 255 = 86%
B 86 of 255 = 34%

73
219
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 219 + 86 = 378 (100%)
R 73 of 378 ~ 19.31%
G 219 of 378 ~ 57.94%
B 86 of 378 ~ 22.75%

%19.31
%57.94
%22.75

CMYK RENK MODELİ

#49DB56 rengi CMYK tonu (67,0,61,14).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 60.73%
  • ana renk tonu 14.12%
CMYK:
(67,0,61,14)
C67M0Y61K14 
(67%,0%,61%,14%)
(0.67/0.00/0.61/0.14)	

CMYK yüzdeleri

%66.67
%0
%60.73
%14.12

Codes

Color #49DB56 in popluar color models

49DB56
RGB7321986
HSL125°66.97%57.25%
HSB/HSV125°66.67%85.88%
CMYK66.67%0.00%60.73%
14.12%

Color #49DB56 in popluar number systems.

HEX49DB56
Decimal7321986
Binary1001001110110111010110
Octal111333126

Shades and tints

Shades of #49DB56

#49DB56
(73,219,86)
#43C84F
(67,200,79)
#3DB548
(61,181,72)
#37A241
(55,162,65)
#318F3A
(49,143,58)
#2B7C33
(43,124,51)
#25692C
(37,105,44)
#1F5625
(31,86,37)
#19431E
(25,67,30)
#133017
(19,48,23)
#0D1D10
(13,29,16)
#000000
(0,0,0)

Tints of #49DB56

#49DB56
(73,219,86)
#59DE65
(89,222,101)
#69E174
(105,225,116)
#79E483
(121,228,131)
#89E792
(137,231,146)
#99EAA1
(153,234,161)
#A9EDB0
(169,237,176)
#B9F0BF
(185,240,191)
#C9F3CE
(201,243,206)
#D9F6DD
(217,246,221)
#E9F9EC
(233,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49DB56; }

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

This text font color is #49DB56.


Background Color

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

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

This div background color is #49DB56.


Border color

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

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

This div border color is #49DB56.


Opacity

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

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

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

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

This text has shadow with #49DB56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49DB56 on black background.


Color preview on white background

This text has color #49DB56 on white background.



Black color preview on #49DB56 background

This text has black color on #49DB56 background.


White color preview on #49DB56 background

This text has white color on #49DB56 background.