COLOR #49D381

HEX: #49D381
RGB: (73,211,129)

Renk bilgisi

#49D381 contains mainly green color. #49D381 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#49D381 color RGB value is (73,211,129).

  • kırmız ton 73;
  • yeşil ton 211;
  • mavi ton 129.
RGB:
(73,211,129)
(29%,83%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 211 of 255 = 83%
B 129 of 255 = 51%

73
211
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 211 + 129 = 413 (100%)
R 73 of 413 ~ 17.68%
G 211 of 413 ~ 51.09%
B 129 of 413 ~ 31.23%

%17.68
%51.09
%31.23

CMYK RENK MODELİ

#49D381 rengi CMYK tonu (65,0,39,17).

  • camgöbeği tonu 65.40%
  • eflatun tonu 0.00%
  • sarı tonu 38.86%
  • ana renk tonu 17.25%
CMYK:
(65,0,39,17)
C65M0Y39K17 
(65%,0%,39%,17%)
(0.65/0.00/0.39/0.17)	

CMYK yüzdeleri

%65.4
%0
%38.86
%17.25

Codes

Color #49D381 in popluar color models

49D381
RGB73211129
HSL144°61.06%55.69%
HSB/HSV144°65.40%82.75%
CMYK65.40%0.00%38.86%
17.25%

Color #49D381 in popluar number systems.

HEX49D381
Decimal73211129
Binary10010011101001110000001
Octal111323201

Shades and tints

Shades of #49D381

#49D381
(73,211,129)
#43C076
(67,192,118)
#3DAD6B
(61,173,107)
#379A60
(55,154,96)
#318755
(49,135,85)
#2B744A
(43,116,74)
#25613F
(37,97,63)
#1F4E34
(31,78,52)
#193B29
(25,59,41)
#13281E
(19,40,30)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #49D381

#49D381
(73,211,129)
#59D78C
(89,215,140)
#69DB97
(105,219,151)
#79DFA2
(121,223,162)
#89E3AD
(137,227,173)
#99E7B8
(153,231,184)
#A9EBC3
(169,235,195)
#B9EFCE
(185,239,206)
#C9F3D9
(201,243,217)
#D9F7E4
(217,247,228)
#E9FBEF
(233,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D381 color. Also use rgb(73,211,129) instead hex code.

Text Font Color

.myTextColor { color: #49D381; }

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

This text font color is #49D381.


Background Color

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

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

This div background color is #49D381.


Border color

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

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

This div border color is #49D381.


Opacity

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

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

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

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

This text has shadow with #49D381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D381 on black background.


Color preview on white background

This text has color #49D381 on white background.



Black color preview on #49D381 background

This text has black color on #49D381 background.


White color preview on #49D381 background

This text has white color on #49D381 background.