COLOR #4AD957

HEX: #4AD957
RGB: (74,217,87)

Renk bilgisi

#4AD957 contains mainly green color. #4AD957 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4AD957 color RGB value is (74,217,87).

  • kırmız ton 74;
  • yeşil ton 217;
  • mavi ton 87.
RGB:
(74,217,87)
(29%,85%,34%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 217 of 255 = 85%
B 87 of 255 = 34%

74
217
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 217 + 87 = 378 (100%)
R 74 of 378 ~ 19.58%
G 217 of 378 ~ 57.41%
B 87 of 378 ~ 23.02%

%19.58
%57.41
%23.02

CMYK RENK MODELİ

#4AD957 rengi CMYK tonu (66,0,60,15).

  • camgöbeği tonu 65.90%
  • eflatun tonu 0.00%
  • sarı tonu 59.91%
  • ana renk tonu 14.90%
CMYK:
(66,0,60,15)
C66M0Y60K15 
(66%,0%,60%,15%)
(0.66/0.00/0.60/0.15)	

CMYK yüzdeleri

%65.9
%0
%59.91
%14.9

Codes

Color #4AD957 in popluar color models

4AD957
RGB7421787
HSL125°65.30%57.06%
HSB/HSV125°65.90%85.10%
CMYK65.90%0.00%59.91%
14.90%

Color #4AD957 in popluar number systems.

HEX4AD957
Decimal7421787
Binary1001010110110011010111
Octal112331127

Shades and tints

Shades of #4AD957

#4AD957
(74,217,87)
#44C650
(68,198,80)
#3EB349
(62,179,73)
#38A042
(56,160,66)
#328D3B
(50,141,59)
#2C7A34
(44,122,52)
#26672D
(38,103,45)
#205426
(32,84,38)
#1A411F
(26,65,31)
#142E18
(20,46,24)
#0E1B11
(14,27,17)
#000000
(0,0,0)

Tints of #4AD957

#4AD957
(74,217,87)
#5ADC66
(90,220,102)
#6ADF75
(106,223,117)
#7AE284
(122,226,132)
#8AE593
(138,229,147)
#9AE8A2
(154,232,162)
#AAEBB1
(170,235,177)
#BAEEC0
(186,238,192)
#CAF1CF
(202,241,207)
#DAF4DE
(218,244,222)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD957 color. Also use rgb(74,217,87) instead hex code.

Text Font Color

.myTextColor { color: #4AD957; }

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

This text font color is #4AD957.


Background Color

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

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

This div background color is #4AD957.


Border color

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

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

This div border color is #4AD957.


Opacity

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

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

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

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

This text has shadow with #4AD957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD957 on black background.


Color preview on white background

This text has color #4AD957 on white background.



Black color preview on #4AD957 background

This text has black color on #4AD957 background.


White color preview on #4AD957 background

This text has white color on #4AD957 background.