COLOR #4CC142

HEX: #4CC142
RGB: (76,193,66)

Renk bilgisi

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

RGB renk modeli

#4CC142 color RGB value is (76,193,66).

  • kırmız ton 76;
  • yeşil ton 193;
  • mavi ton 66.
RGB:
(76,193,66)
(30%,76%,26%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 193 of 255 = 76%
B 66 of 255 = 26%

76
193
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 193 + 66 = 335 (100%)
R 76 of 335 ~ 22.69%
G 193 of 335 ~ 57.61%
B 66 of 335 ~ 19.7%

%22.69
%57.61
%19.7

CMYK RENK MODELİ

#4CC142 rengi CMYK tonu (61,0,66,24).

  • camgöbeği tonu 60.62%
  • eflatun tonu 0.00%
  • sarı tonu 65.80%
  • ana renk tonu 24.31%
CMYK:
(61,0,66,24)
C61M0Y66K24 
(61%,0%,66%,24%)
(0.61/0.00/0.66/0.24)	

CMYK yüzdeleri

%60.62
%0
%65.8
%24.31

Codes

Color #4CC142 in popluar color models

4CC142
RGB7619366
HSL115°50.60%50.78%
HSB/HSV115°65.80%75.69%
CMYK60.62%0.00%65.80%
24.31%

Color #4CC142 in popluar number systems.

HEX4CC142
Decimal7619366
Binary1001100110000011000010
Octal114301102

Shades and tints

Shades of #4CC142

#4CC142
(76,193,66)
#46B03C
(70,176,60)
#409F36
(64,159,54)
#3A8E30
(58,142,48)
#347D2A
(52,125,42)
#2E6C24
(46,108,36)
#285B1E
(40,91,30)
#224A18
(34,74,24)
#1C3912
(28,57,18)
#16280C
(22,40,12)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #4CC142

#4CC142
(76,193,66)
#5CC653
(92,198,83)
#6CCB64
(108,203,100)
#7CD075
(124,208,117)
#8CD586
(140,213,134)
#9CDA97
(156,218,151)
#ACDFA8
(172,223,168)
#BCE4B9
(188,228,185)
#CCE9CA
(204,233,202)
#DCEEDB
(220,238,219)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC142 color. Also use rgb(76,193,66) instead hex code.

Text Font Color

.myTextColor { color: #4CC142; }

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

This text font color is #4CC142.


Background Color

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

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

This div background color is #4CC142.


Border color

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

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

This div border color is #4CC142.


Opacity

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

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

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

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

This text has shadow with #4CC142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC142 on black background.


Color preview on white background

This text has color #4CC142 on white background.



Black color preview on #4CC142 background

This text has black color on #4CC142 background.


White color preview on #4CC142 background

This text has white color on #4CC142 background.