COLOR #4CC254

HEX: #4CC254
RGB: (76,194,84)

Renk bilgisi

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

RGB renk modeli

#4CC254 color RGB value is (76,194,84).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 194 of 255 = 76%
B 84 of 255 = 33%

76
194
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 194 + 84 = 354 (100%)
R 76 of 354 ~ 21.47%
G 194 of 354 ~ 54.8%
B 84 of 354 ~ 23.73%

%21.47
%54.8
%23.73

CMYK RENK MODELİ

#4CC254 rengi CMYK tonu (61,0,57,24).

  • camgöbeği tonu 60.82%
  • eflatun tonu 0.00%
  • sarı tonu 56.70%
  • ana renk tonu 23.92%
CMYK:
(61,0,57,24)
C61M0Y57K24 
(61%,0%,57%,24%)
(0.61/0.00/0.57/0.24)	

CMYK yüzdeleri

%60.82
%0
%56.7
%23.92

Codes

Color #4CC254 in popluar color models

4CC254
RGB7619484
HSL124°49.17%52.94%
HSB/HSV124°60.82%76.08%
CMYK60.82%0.00%56.70%
23.92%

Color #4CC254 in popluar number systems.

HEX4CC254
Decimal7619484
Binary1001100110000101010100
Octal114302124

Shades and tints

Shades of #4CC254

#4CC254
(76,194,84)
#46B14D
(70,177,77)
#40A046
(64,160,70)
#3A8F3F
(58,143,63)
#347E38
(52,126,56)
#2E6D31
(46,109,49)
#285C2A
(40,92,42)
#224B23
(34,75,35)
#1C3A1C
(28,58,28)
#162915
(22,41,21)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #4CC254

#4CC254
(76,194,84)
#5CC763
(92,199,99)
#6CCC72
(108,204,114)
#7CD181
(124,209,129)
#8CD690
(140,214,144)
#9CDB9F
(156,219,159)
#ACE0AE
(172,224,174)
#BCE5BD
(188,229,189)
#CCEACC
(204,234,204)
#DCEFDB
(220,239,219)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC254 color. Also use rgb(76,194,84) instead hex code.

Text Font Color

.myTextColor { color: #4CC254; }

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

This text font color is #4CC254.


Background Color

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

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

This div background color is #4CC254.


Border color

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

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

This div border color is #4CC254.


Opacity

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

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

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

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

This text has shadow with #4CC254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC254 on black background.


Color preview on white background

This text has color #4CC254 on white background.



Black color preview on #4CC254 background

This text has black color on #4CC254 background.


White color preview on #4CC254 background

This text has white color on #4CC254 background.