COLOR #4CD780

HEX: #4CD780
RGB: (76,215,128)

Renk bilgisi

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

RGB renk modeli

#4CD780 color RGB value is (76,215,128).

  • kırmız ton 76;
  • yeşil ton 215;
  • mavi ton 128.
RGB:
(76,215,128)
(30%,84%,50%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 215 of 255 = 84%
B 128 of 255 = 50%

76
215
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 215 + 128 = 419 (100%)
R 76 of 419 ~ 18.14%
G 215 of 419 ~ 51.31%
B 128 of 419 ~ 30.55%

%18.14
%51.31
%30.55

CMYK RENK MODELİ

#4CD780 rengi CMYK tonu (65,0,40,16).

  • camgöbeği tonu 64.65%
  • eflatun tonu 0.00%
  • sarı tonu 40.47%
  • ana renk tonu 15.69%
CMYK:
(65,0,40,16)
C65M0Y40K16 
(65%,0%,40%,16%)
(0.65/0.00/0.40/0.16)	

CMYK yüzdeleri

%64.65
%0
%40.47
%15.69

Codes

Color #4CD780 in popluar color models

4CD780
RGB76215128
HSL142°63.47%57.06%
HSB/HSV142°64.65%84.31%
CMYK64.65%0.00%40.47%
15.69%

Color #4CD780 in popluar number systems.

HEX4CD780
Decimal76215128
Binary10011001101011110000000
Octal114327200

Shades and tints

Shades of #4CD780

#4CD780
(76,215,128)
#46C475
(70,196,117)
#40B16A
(64,177,106)
#3A9E5F
(58,158,95)
#348B54
(52,139,84)
#2E7849
(46,120,73)
#28653E
(40,101,62)
#225233
(34,82,51)
#1C3F28
(28,63,40)
#162C1D
(22,44,29)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #4CD780

#4CD780
(76,215,128)
#5CDA8B
(92,218,139)
#6CDD96
(108,221,150)
#7CE0A1
(124,224,161)
#8CE3AC
(140,227,172)
#9CE6B7
(156,230,183)
#ACE9C2
(172,233,194)
#BCECCD
(188,236,205)
#CCEFD8
(204,239,216)
#DCF2E3
(220,242,227)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD780 color. Also use rgb(76,215,128) instead hex code.

Text Font Color

.myTextColor { color: #4CD780; }

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

This text font color is #4CD780.


Background Color

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

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

This div background color is #4CD780.


Border color

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

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

This div border color is #4CD780.


Opacity

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

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

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

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

This text has shadow with #4CD780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD780 on black background.


Color preview on white background

This text has color #4CD780 on white background.



Black color preview on #4CD780 background

This text has black color on #4CD780 background.


White color preview on #4CD780 background

This text has white color on #4CD780 background.