COLOR #4BCA49

HEX: #4BCA49
RGB: (75,202,73)

Renk bilgisi

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

RGB renk modeli

#4BCA49 color RGB value is (75,202,73).

  • kırmız ton 75;
  • yeşil ton 202;
  • mavi ton 73.
RGB:
(75,202,73)
(29%,79%,29%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 202 of 255 = 79%
B 73 of 255 = 29%

75
202
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 202 + 73 = 350 (100%)
R 75 of 350 ~ 21.43%
G 202 of 350 ~ 57.71%
B 73 of 350 ~ 20.86%

%21.43
%57.71
%20.86

CMYK RENK MODELİ

#4BCA49 rengi CMYK tonu (63,0,64,21).

  • camgöbeği tonu 62.87%
  • eflatun tonu 0.00%
  • sarı tonu 63.86%
  • ana renk tonu 20.78%
CMYK:
(63,0,64,21)
C63M0Y64K21 
(63%,0%,64%,21%)
(0.63/0.00/0.64/0.21)	

CMYK yüzdeleri

%62.87
%0
%63.86
%20.78

Codes

Color #4BCA49 in popluar color models

4BCA49
RGB7520273
HSL119°54.89%53.92%
HSB/HSV119°63.86%79.22%
CMYK62.87%0.00%63.86%
20.78%

Color #4BCA49 in popluar number systems.

HEX4BCA49
Decimal7520273
Binary1001011110010101001001
Octal113312111

Shades and tints

Shades of #4BCA49

#4BCA49
(75,202,73)
#45B843
(69,184,67)
#3FA63D
(63,166,61)
#399437
(57,148,55)
#338231
(51,130,49)
#2D702B
(45,112,43)
#275E25
(39,94,37)
#214C1F
(33,76,31)
#1B3A19
(27,58,25)
#152813
(21,40,19)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #4BCA49

#4BCA49
(75,202,73)
#5BCE59
(91,206,89)
#6BD269
(107,210,105)
#7BD679
(123,214,121)
#8BDA89
(139,218,137)
#9BDE99
(155,222,153)
#ABE2A9
(171,226,169)
#BBE6B9
(187,230,185)
#CBEAC9
(203,234,201)
#DBEED9
(219,238,217)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BCA49 color. Also use rgb(75,202,73) instead hex code.

Text Font Color

.myTextColor { color: #4BCA49; }

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

This text font color is #4BCA49.


Background Color

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

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

This div background color is #4BCA49.


Border color

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

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

This div border color is #4BCA49.


Opacity

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

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

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

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

This text has shadow with #4BCA49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BCA49 on black background.


Color preview on white background

This text has color #4BCA49 on white background.



Black color preview on #4BCA49 background

This text has black color on #4BCA49 background.


White color preview on #4BCA49 background

This text has white color on #4BCA49 background.