COLOR #49D216

HEX: #49D216
RGB: (73,210,22)

Renk bilgisi

#49D216 contains mainly green color. #49D216 ‘ nin web güvenlik rengi #33CC00 (ya da #3C0) dir.

RGB renk modeli

#49D216 color RGB value is (73,210,22).

  • kırmız ton 73;
  • yeşil ton 210;
  • mavi ton 22.
RGB:
(73,210,22)
(29%,82%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 210 of 255 = 82%
B 22 of 255 = 9%

73
210
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 210 + 22 = 305 (100%)
R 73 of 305 ~ 23.93%
G 210 of 305 ~ 68.85%
B 22 of 305 ~ 7.21%

%23.93
%68.85

CMYK RENK MODELİ

#49D216 rengi CMYK tonu (65,0,90,18).

  • camgöbeği tonu 65.24%
  • eflatun tonu 0.00%
  • sarı tonu 89.52%
  • ana renk tonu 17.65%
CMYK:
(65,0,90,18)
C65M0Y90K18 
(65%,0%,90%,18%)
(0.65/0.00/0.90/0.18)	

CMYK yüzdeleri

%65.24
%0
%89.52
%17.65

Codes

Color #49D216 in popluar color models

49D216
RGB7321022
HSL104°81.03%45.49%
HSB/HSV104°89.52%82.35%
CMYK65.24%0.00%89.52%
17.65%

Color #49D216 in popluar number systems.

HEX49D216
Decimal7321022
Binary10010011101001010110
Octal11132226

Shades and tints

Shades of #49D216

#49D216
(73,210,22)
#43BF14
(67,191,20)
#3DAC12
(61,172,18)
#379910
(55,153,16)
#31860E
(49,134,14)
#2B730C
(43,115,12)
#25600A
(37,96,10)
#1F4D08
(31,77,8)
#193A06
(25,58,6)
#132704
(19,39,4)
#0D1402
(13,20,2)
#000000
(0,0,0)

Tints of #49D216

#49D216
(73,210,22)
#59D62B
(89,214,43)
#69DA40
(105,218,64)
#79DE55
(121,222,85)
#89E26A
(137,226,106)
#99E67F
(153,230,127)
#A9EA94
(169,234,148)
#B9EEA9
(185,238,169)
#C9F2BE
(201,242,190)
#D9F6D3
(217,246,211)
#E9FAE8
(233,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D216 color. Also use rgb(73,210,22) instead hex code.

Text Font Color

.myTextColor { color: #49D216; }

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

This text font color is #49D216.


Background Color

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

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

This div background color is #49D216.


Border color

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

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

This div border color is #49D216.


Opacity

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

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

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

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

This text has shadow with #49D216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D216 on black background.


Color preview on white background

This text has color #49D216 on white background.



Black color preview on #49D216 background

This text has black color on #49D216 background.


White color preview on #49D216 background

This text has white color on #49D216 background.