COLOR #4EC65A

HEX: #4EC65A
RGB: (78,198,90)

Renk bilgisi

#4EC65A contains mainly green color. #4EC65A ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4EC65A color RGB value is (78,198,90).

  • kırmız ton 78;
  • yeşil ton 198;
  • mavi ton 90.
RGB:
(78,198,90)
(31%,78%,35%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 198 of 255 = 78%
B 90 of 255 = 35%

78
198
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 198 + 90 = 366 (100%)
R 78 of 366 ~ 21.31%
G 198 of 366 ~ 54.1%
B 90 of 366 ~ 24.59%

%21.31
%54.1
%24.59

CMYK RENK MODELİ

#4EC65A rengi CMYK tonu (61,0,55,22).

  • camgöbeği tonu 60.61%
  • eflatun tonu 0.00%
  • sarı tonu 54.55%
  • ana renk tonu 22.35%
CMYK:
(61,0,55,22)
C61M0Y55K22 
(61%,0%,55%,22%)
(0.61/0.00/0.55/0.22)	

CMYK yüzdeleri

%60.61
%0
%54.55
%22.35

Codes

Color #4EC65A in popluar color models

4EC65A
RGB7819890
HSL126°51.28%54.12%
HSB/HSV126°60.61%77.65%
CMYK60.61%0.00%54.55%
22.35%

Color #4EC65A in popluar number systems.

HEX4EC65A
Decimal7819890
Binary1001110110001101011010
Octal116306132

Shades and tints

Shades of #4EC65A

#4EC65A
(78,198,90)
#47B452
(71,180,82)
#40A24A
(64,162,74)
#399042
(57,144,66)
#327E3A
(50,126,58)
#2B6C32
(43,108,50)
#245A2A
(36,90,42)
#1D4822
(29,72,34)
#16361A
(22,54,26)
#0F2412
(15,36,18)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #4EC65A

#4EC65A
(78,198,90)
#5ECB69
(94,203,105)
#6ED078
(110,208,120)
#7ED587
(126,213,135)
#8EDA96
(142,218,150)
#9EDFA5
(158,223,165)
#AEE4B4
(174,228,180)
#BEE9C3
(190,233,195)
#CEEED2
(206,238,210)
#DEF3E1
(222,243,225)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC65A color. Also use rgb(78,198,90) instead hex code.

Text Font Color

.myTextColor { color: #4EC65A; }

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

This text font color is #4EC65A.


Background Color

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

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

This div background color is #4EC65A.


Border color

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

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

This div border color is #4EC65A.


Opacity

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

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

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

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

This text has shadow with #4EC65A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC65A on black background.


Color preview on white background

This text has color #4EC65A on white background.



Black color preview on #4EC65A background

This text has black color on #4EC65A background.


White color preview on #4EC65A background

This text has white color on #4EC65A background.