COLOR #4EC74A

HEX: #4EC74A
RGB: (78,199,74)

Renk bilgisi

#4EC74A contains mainly green color. #4EC74A ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#4EC74A color RGB value is (78,199,74).

  • kırmız ton 78;
  • yeşil ton 199;
  • mavi ton 74.
RGB:
(78,199,74)
(31%,78%,29%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 199 of 255 = 78%
B 74 of 255 = 29%

78
199
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 199 + 74 = 351 (100%)
R 78 of 351 ~ 22.22%
G 199 of 351 ~ 56.7%
B 74 of 351 ~ 21.08%

%22.22
%56.7
%21.08

CMYK RENK MODELİ

#4EC74A rengi CMYK tonu (61,0,63,22).

  • camgöbeği tonu 60.80%
  • eflatun tonu 0.00%
  • sarı tonu 62.81%
  • ana renk tonu 21.96%
CMYK:
(61,0,63,22)
C61M0Y63K22 
(61%,0%,63%,22%)
(0.61/0.00/0.63/0.22)	

CMYK yüzdeleri

%60.8
%0
%62.81
%21.96

Codes

Color #4EC74A in popluar color models

4EC74A
RGB7819974
HSL118°52.74%53.53%
HSB/HSV118°62.81%78.04%
CMYK60.80%0.00%62.81%
21.96%

Color #4EC74A in popluar number systems.

HEX4EC74A
Decimal7819974
Binary1001110110001111001010
Octal116307112

Shades and tints

Shades of #4EC74A

#4EC74A
(78,199,74)
#47B544
(71,181,68)
#40A33E
(64,163,62)
#399138
(57,145,56)
#327F32
(50,127,50)
#2B6D2C
(43,109,44)
#245B26
(36,91,38)
#1D4920
(29,73,32)
#16371A
(22,55,26)
#0F2514
(15,37,20)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #4EC74A

#4EC74A
(78,199,74)
#5ECC5A
(94,204,90)
#6ED16A
(110,209,106)
#7ED67A
(126,214,122)
#8EDB8A
(142,219,138)
#9EE09A
(158,224,154)
#AEE5AA
(174,229,170)
#BEEABA
(190,234,186)
#CEEFCA
(206,239,202)
#DEF4DA
(222,244,218)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC74A color. Also use rgb(78,199,74) instead hex code.

Text Font Color

.myTextColor { color: #4EC74A; }

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

This text font color is #4EC74A.


Background Color

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

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

This div background color is #4EC74A.


Border color

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

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

This div border color is #4EC74A.


Opacity

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

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

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

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

This text has shadow with #4EC74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC74A on black background.


Color preview on white background

This text has color #4EC74A on white background.



Black color preview on #4EC74A background

This text has black color on #4EC74A background.


White color preview on #4EC74A background

This text has white color on #4EC74A background.