COLOR #4AD131

HEX: #4AD131
RGB: (74,209,49)

Renk bilgisi

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

RGB renk modeli

#4AD131 color RGB value is (74,209,49).

  • kırmız ton 74;
  • yeşil ton 209;
  • mavi ton 49.
RGB:
(74,209,49)
(29%,82%,19%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 209 of 255 = 82%
B 49 of 255 = 19%

74
209
49

R + G + B ~ 43%. #4AD131 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 209 + 49 = 332 (100%)
R 74 of 332 ~ 22.29%
G 209 of 332 ~ 62.95%
B 49 of 332 ~ 14.76%

%22.29
%62.95
%14.76

CMYK RENK MODELİ

#4AD131 rengi CMYK tonu (65,0,77,18).

  • camgöbeği tonu 64.59%
  • eflatun tonu 0.00%
  • sarı tonu 76.56%
  • ana renk tonu 18.04%
CMYK:
(65,0,77,18)
C65M0Y77K18 
(65%,0%,77%,18%)
(0.65/0.00/0.77/0.18)	

CMYK yüzdeleri

%64.59
%0
%76.56
%18.04

Codes

Color #4AD131 in popluar color models

4AD131
RGB7420949
HSL111°63.49%50.59%
HSB/HSV111°76.56%81.96%
CMYK64.59%0.00%76.56%
18.04%

Color #4AD131 in popluar number systems.

HEX4AD131
Decimal7420949
Binary100101011010001110001
Octal11232161

Shades and tints

Shades of #4AD131

#4AD131
(74,209,49)
#44BE2D
(68,190,45)
#3EAB29
(62,171,41)
#389825
(56,152,37)
#328521
(50,133,33)
#2C721D
(44,114,29)
#265F19
(38,95,25)
#204C15
(32,76,21)
#1A3911
(26,57,17)
#14260D
(20,38,13)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #4AD131

#4AD131
(74,209,49)
#5AD543
(90,213,67)
#6AD955
(106,217,85)
#7ADD67
(122,221,103)
#8AE179
(138,225,121)
#9AE58B
(154,229,139)
#AAE99D
(170,233,157)
#BAEDAF
(186,237,175)
#CAF1C1
(202,241,193)
#DAF5D3
(218,245,211)
#EAF9E5
(234,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD131 color. Also use rgb(74,209,49) instead hex code.

Text Font Color

.myTextColor { color: #4AD131; }

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

This text font color is #4AD131.


Background Color

.myBgColor { background-color: #4AD131; }

<div style="background-color:#4AD131">Inner text</div>

This div background color is #4AD131.


Border color

.myBorderColor { border: 1px solid #4AD131; }

<div style="border:3px solid #4AD131">Div</div>

This div border color is #4AD131.


Opacity

.myOpacity80 { color: #4AD131; opacity: 0.8; }

<p style="color:#4AD131;opacity:0.8;">80%</p>

Text with #4AD131 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 #4AD131;}

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

This text has shadow with #4AD131 color.

.textShadow {text-shadow: 3px 3px 1px #4AD131, 3px 3px 1px red;}

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

This text has shadow with #4AD131 primary color and red secondary color.


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

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

This text has shadow with #4AD131 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD131 on black background.


Color preview on white background

This text has color #4AD131 on white background.



Black color preview on #4AD131 background

This text has black color on #4AD131 background.


White color preview on #4AD131 background

This text has white color on #4AD131 background.