COLOR #4AD507

HEX: #4AD507
RGB: (74,213,7)

Renk bilgisi

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

RGB renk modeli

#4AD507 color RGB value is (74,213,7).

  • kırmız ton 74;
  • yeşil ton 213;
  • mavi ton 7.
RGB:
(74,213,7)
(29%,84%,3%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 213 of 255 = 84%
B 7 of 255 = 3%

74
213
7

R + G + B ~ 39%. #4AD507 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 213 + 7 = 294 (100%)
R 74 of 294 ~ 25.17%
G 213 of 294 ~ 72.45%
B 7 of 294 ~ 2.38%

%25.17
%72.45

CMYK RENK MODELİ

#4AD507 rengi CMYK tonu (65,0,97,16).

  • camgöbeği tonu 65.26%
  • eflatun tonu 0.00%
  • sarı tonu 96.71%
  • ana renk tonu 16.47%
CMYK:
(65,0,97,16)
C65M0Y97K16 
(65%,0%,97%,16%)
(0.65/0.00/0.97/0.16)	

CMYK yüzdeleri

%65.26
%0
%96.71
%16.47

Codes

Color #4AD507 in popluar color models

4AD507
RGB742137
HSL100°93.64%43.14%
HSB/HSV100°96.71%83.53%
CMYK65.26%0.00%96.71%
16.47%

Color #4AD507 in popluar number systems.

HEX4AD507
Decimal742137
Binary100101011010101111
Octal1123257

Shades and tints

Shades of #4AD507

#4AD507
(74,213,7)
#44C207
(68,194,7)
#3EAF07
(62,175,7)
#389C07
(56,156,7)
#328907
(50,137,7)
#2C7607
(44,118,7)
#266307
(38,99,7)
#205007
(32,80,7)
#1A3D07
(26,61,7)
#142A07
(20,42,7)
#0E1707
(14,23,7)
#000000
(0,0,0)

Tints of #4AD507

#4AD507
(74,213,7)
#5AD81D
(90,216,29)
#6ADB33
(106,219,51)
#7ADE49
(122,222,73)
#8AE15F
(138,225,95)
#9AE475
(154,228,117)
#AAE78B
(170,231,139)
#BAEAA1
(186,234,161)
#CAEDB7
(202,237,183)
#DAF0CD
(218,240,205)
#EAF3E3
(234,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD507 color. Also use rgb(74,213,7) instead hex code.

Text Font Color

.myTextColor { color: #4AD507; }

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

This text font color is #4AD507.


Background Color

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

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

This div background color is #4AD507.


Border color

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

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

This div border color is #4AD507.


Opacity

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

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

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

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

This text has shadow with #4AD507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD507 on black background.


Color preview on white background

This text has color #4AD507 on white background.



Black color preview on #4AD507 background

This text has black color on #4AD507 background.


White color preview on #4AD507 background

This text has white color on #4AD507 background.