COLOR #4CC16E

HEX: #4CC16E
RGB: (76,193,110)

Renk bilgisi

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

RGB renk modeli

#4CC16E color RGB value is (76,193,110).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 193 of 255 = 76%
B 110 of 255 = 43%

76
193
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 193 + 110 = 379 (100%)
R 76 of 379 ~ 20.05%
G 193 of 379 ~ 50.92%
B 110 of 379 ~ 29.02%

%20.05
%50.92
%29.02

CMYK RENK MODELİ

#4CC16E rengi CMYK tonu (61,0,43,24).

  • camgöbeği tonu 60.62%
  • eflatun tonu 0.00%
  • sarı tonu 43.01%
  • ana renk tonu 24.31%
CMYK:
(61,0,43,24)
C61M0Y43K24 
(61%,0%,43%,24%)
(0.61/0.00/0.43/0.24)	

CMYK yüzdeleri

%60.62
%0
%43.01
%24.31

Codes

Color #4CC16E in popluar color models

4CC16E
RGB76193110
HSL137°48.55%52.75%
HSB/HSV137°60.62%75.69%
CMYK60.62%0.00%43.01%
24.31%

Color #4CC16E in popluar number systems.

HEX4CC16E
Decimal76193110
Binary1001100110000011101110
Octal114301156

Shades and tints

Shades of #4CC16E

#4CC16E
(76,193,110)
#46B064
(70,176,100)
#409F5A
(64,159,90)
#3A8E50
(58,142,80)
#347D46
(52,125,70)
#2E6C3C
(46,108,60)
#285B32
(40,91,50)
#224A28
(34,74,40)
#1C391E
(28,57,30)
#162814
(22,40,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #4CC16E

#4CC16E
(76,193,110)
#5CC67B
(92,198,123)
#6CCB88
(108,203,136)
#7CD095
(124,208,149)
#8CD5A2
(140,213,162)
#9CDAAF
(156,218,175)
#ACDFBC
(172,223,188)
#BCE4C9
(188,228,201)
#CCE9D6
(204,233,214)
#DCEEE3
(220,238,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CC16E; }

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

This text font color is #4CC16E.


Background Color

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

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

This div background color is #4CC16E.


Border color

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

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

This div border color is #4CC16E.


Opacity

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

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

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

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

This text has shadow with #4CC16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC16E on black background.


Color preview on white background

This text has color #4CC16E on white background.



Black color preview on #4CC16E background

This text has black color on #4CC16E background.


White color preview on #4CC16E background

This text has white color on #4CC16E background.