COLOR #4DC04C

HEX: #4DC04C
RGB: (77,192,76)

Renk bilgisi

#4DC04C contains mainly green color. #4DC04C ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#4DC04C color RGB value is (77,192,76).

  • kırmız ton 77;
  • yeşil ton 192;
  • mavi ton 76.
RGB:
(77,192,76)
(30%,75%,30%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 192 of 255 = 75%
B 76 of 255 = 30%

77
192
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 192 + 76 = 345 (100%)
R 77 of 345 ~ 22.32%
G 192 of 345 ~ 55.65%
B 76 of 345 ~ 22.03%

%22.32
%55.65
%22.03

CMYK RENK MODELİ

#4DC04C rengi CMYK tonu (60,0,60,25).

  • camgöbeği tonu 59.90%
  • eflatun tonu 0.00%
  • sarı tonu 60.42%
  • ana renk tonu 24.71%
CMYK:
(60,0,60,25)
C60M0Y60K25 
(60%,0%,60%,25%)
(0.60/0.00/0.60/0.25)	

CMYK yüzdeleri

%59.9
%0
%60.42
%24.71

Codes

Color #4DC04C in popluar color models

4DC04C
RGB7719276
HSL119°47.93%52.55%
HSB/HSV119°60.42%75.29%
CMYK59.90%0.00%60.42%
24.71%

Color #4DC04C in popluar number systems.

HEX4DC04C
Decimal7719276
Binary1001101110000001001100
Octal115300114

Shades and tints

Shades of #4DC04C

#4DC04C
(77,192,76)
#46AF46
(70,175,70)
#3F9E40
(63,158,64)
#388D3A
(56,141,58)
#317C34
(49,124,52)
#2A6B2E
(42,107,46)
#235A28
(35,90,40)
#1C4922
(28,73,34)
#15381C
(21,56,28)
#0E2716
(14,39,22)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4DC04C

#4DC04C
(77,192,76)
#5DC55C
(93,197,92)
#6DCA6C
(109,202,108)
#7DCF7C
(125,207,124)
#8DD48C
(141,212,140)
#9DD99C
(157,217,156)
#ADDEAC
(173,222,172)
#BDE3BC
(189,227,188)
#CDE8CC
(205,232,204)
#DDEDDC
(221,237,220)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC04C color. Also use rgb(77,192,76) instead hex code.

Text Font Color

.myTextColor { color: #4DC04C; }

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

This text font color is #4DC04C.


Background Color

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

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

This div background color is #4DC04C.


Border color

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

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

This div border color is #4DC04C.


Opacity

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

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

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

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

This text has shadow with #4DC04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC04C on black background.


Color preview on white background

This text has color #4DC04C on white background.



Black color preview on #4DC04C background

This text has black color on #4DC04C background.


White color preview on #4DC04C background

This text has white color on #4DC04C background.