COLOR #4CCC48

HEX: #4CCC48
RGB: (76,204,72)

Renk bilgisi

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

RGB renk modeli

#4CCC48 color RGB value is (76,204,72).

  • kırmız ton 76;
  • yeşil ton 204;
  • mavi ton 72.
RGB:
(76,204,72)
(30%,80%,28%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 204 of 255 = 80%
B 72 of 255 = 28%

76
204
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 204 + 72 = 352 (100%)
R 76 of 352 ~ 21.59%
G 204 of 352 ~ 57.95%
B 72 of 352 ~ 20.45%

%21.59
%57.95
%20.45

CMYK RENK MODELİ

#4CCC48 rengi CMYK tonu (63,0,65,20).

  • camgöbeği tonu 62.75%
  • eflatun tonu 0.00%
  • sarı tonu 64.71%
  • ana renk tonu 20.00%
CMYK:
(63,0,65,20)
C63M0Y65K20 
(63%,0%,65%,20%)
(0.63/0.00/0.65/0.20)	

CMYK yüzdeleri

%62.75
%0
%64.71
%20

Codes

Color #4CCC48 in popluar color models

4CCC48
RGB7620472
HSL118°56.41%54.12%
HSB/HSV118°64.71%80.00%
CMYK62.75%0.00%64.71%
20.00%

Color #4CCC48 in popluar number systems.

HEX4CCC48
Decimal7620472
Binary1001100110011001001000
Octal114314110

Shades and tints

Shades of #4CCC48

#4CCC48
(76,204,72)
#46BA42
(70,186,66)
#40A83C
(64,168,60)
#3A9636
(58,150,54)
#348430
(52,132,48)
#2E722A
(46,114,42)
#286024
(40,96,36)
#224E1E
(34,78,30)
#1C3C18
(28,60,24)
#162A12
(22,42,18)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #4CCC48

#4CCC48
(76,204,72)
#5CD058
(92,208,88)
#6CD468
(108,212,104)
#7CD878
(124,216,120)
#8CDC88
(140,220,136)
#9CE098
(156,224,152)
#ACE4A8
(172,228,168)
#BCE8B8
(188,232,184)
#CCECC8
(204,236,200)
#DCF0D8
(220,240,216)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCC48 color. Also use rgb(76,204,72) instead hex code.

Text Font Color

.myTextColor { color: #4CCC48; }

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

This text font color is #4CCC48.


Background Color

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

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

This div background color is #4CCC48.


Border color

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

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

This div border color is #4CCC48.


Opacity

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

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

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

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

This text has shadow with #4CCC48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCC48 on black background.


Color preview on white background

This text has color #4CCC48 on white background.



Black color preview on #4CCC48 background

This text has black color on #4CCC48 background.


White color preview on #4CCC48 background

This text has white color on #4CCC48 background.