COLOR #49CA4B

HEX: #49CA4B
RGB: (73,202,75)

Renk bilgisi

#49CA4B contains mainly green color. #49CA4B ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#49CA4B color RGB value is (73,202,75).

  • kırmız ton 73;
  • yeşil ton 202;
  • mavi ton 75.
RGB:
(73,202,75)
(29%,79%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 202 of 255 = 79%
B 75 of 255 = 29%

73
202
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 202 + 75 = 350 (100%)
R 73 of 350 ~ 20.86%
G 202 of 350 ~ 57.71%
B 75 of 350 ~ 21.43%

%20.86
%57.71
%21.43

CMYK RENK MODELİ

#49CA4B rengi CMYK tonu (64,0,63,21).

  • camgöbeği tonu 63.86%
  • eflatun tonu 0.00%
  • sarı tonu 62.87%
  • ana renk tonu 20.78%
CMYK:
(64,0,63,21)
C64M0Y63K21 
(64%,0%,63%,21%)
(0.64/0.00/0.63/0.21)	

CMYK yüzdeleri

%63.86
%0
%62.87
%20.78

Codes

Color #49CA4B in popluar color models

49CA4B
RGB7320275
HSL121°54.89%53.92%
HSB/HSV121°63.86%79.22%
CMYK63.86%0.00%62.87%
20.78%

Color #49CA4B in popluar number systems.

HEX49CA4B
Decimal7320275
Binary1001001110010101001011
Octal111312113

Shades and tints

Shades of #49CA4B

#49CA4B
(73,202,75)
#43B845
(67,184,69)
#3DA63F
(61,166,63)
#379439
(55,148,57)
#318233
(49,130,51)
#2B702D
(43,112,45)
#255E27
(37,94,39)
#1F4C21
(31,76,33)
#193A1B
(25,58,27)
#132815
(19,40,21)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #49CA4B

#49CA4B
(73,202,75)
#59CE5B
(89,206,91)
#69D26B
(105,210,107)
#79D67B
(121,214,123)
#89DA8B
(137,218,139)
#99DE9B
(153,222,155)
#A9E2AB
(169,226,171)
#B9E6BB
(185,230,187)
#C9EACB
(201,234,203)
#D9EEDB
(217,238,219)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CA4B color. Also use rgb(73,202,75) instead hex code.

Text Font Color

.myTextColor { color: #49CA4B; }

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

This text font color is #49CA4B.


Background Color

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

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

This div background color is #49CA4B.


Border color

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

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

This div border color is #49CA4B.


Opacity

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

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

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

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

This text has shadow with #49CA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CA4B on black background.


Color preview on white background

This text has color #49CA4B on white background.



Black color preview on #49CA4B background

This text has black color on #49CA4B background.


White color preview on #49CA4B background

This text has white color on #49CA4B background.