COLOR #4CD334

HEX: #4CD334
RGB: (76,211,52)

Renk bilgisi

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

RGB renk modeli

#4CD334 color RGB value is (76,211,52).

  • kırmız ton 76;
  • yeşil ton 211;
  • mavi ton 52.
RGB:
(76,211,52)
(30%,83%,20%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 211 of 255 = 83%
B 52 of 255 = 20%

76
211
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 211 + 52 = 339 (100%)
R 76 of 339 ~ 22.42%
G 211 of 339 ~ 62.24%
B 52 of 339 ~ 15.34%

%22.42
%62.24
%15.34

CMYK RENK MODELİ

#4CD334 rengi CMYK tonu (64,0,75,17).

  • camgöbeği tonu 63.98%
  • eflatun tonu 0.00%
  • sarı tonu 75.36%
  • ana renk tonu 17.25%
CMYK:
(64,0,75,17)
C64M0Y75K17 
(64%,0%,75%,17%)
(0.64/0.00/0.75/0.17)	

CMYK yüzdeleri

%63.98
%0
%75.36
%17.25

Codes

Color #4CD334 in popluar color models

4CD334
RGB7621152
HSL111°64.37%51.57%
HSB/HSV111°75.36%82.75%
CMYK63.98%0.00%75.36%
17.25%

Color #4CD334 in popluar number systems.

HEX4CD334
Decimal7621152
Binary100110011010011110100
Octal11432364

Shades and tints

Shades of #4CD334

#4CD334
(76,211,52)
#46C030
(70,192,48)
#40AD2C
(64,173,44)
#3A9A28
(58,154,40)
#348724
(52,135,36)
#2E7420
(46,116,32)
#28611C
(40,97,28)
#224E18
(34,78,24)
#1C3B14
(28,59,20)
#162810
(22,40,16)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #4CD334

#4CD334
(76,211,52)
#5CD746
(92,215,70)
#6CDB58
(108,219,88)
#7CDF6A
(124,223,106)
#8CE37C
(140,227,124)
#9CE78E
(156,231,142)
#ACEBA0
(172,235,160)
#BCEFB2
(188,239,178)
#CCF3C4
(204,243,196)
#DCF7D6
(220,247,214)
#ECFBE8
(236,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD334 color. Also use rgb(76,211,52) instead hex code.

Text Font Color

.myTextColor { color: #4CD334; }

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

This text font color is #4CD334.


Background Color

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

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

This div background color is #4CD334.


Border color

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

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

This div border color is #4CD334.


Opacity

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

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

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

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

This text has shadow with #4CD334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD334 on black background.


Color preview on white background

This text has color #4CD334 on white background.



Black color preview on #4CD334 background

This text has black color on #4CD334 background.


White color preview on #4CD334 background

This text has white color on #4CD334 background.