COLOR #4FC379

HEX: #4FC379
RGB: (79,195,121)

Renk bilgisi

#4FC379 contains mainly green color. #4FC379 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4FC379 color RGB value is (79,195,121).

  • kırmız ton 79;
  • yeşil ton 195;
  • mavi ton 121.
RGB:
(79,195,121)
(31%,76%,47%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 195 of 255 = 76%
B 121 of 255 = 47%

79
195
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 195 + 121 = 395 (100%)
R 79 of 395 ~ 20%
G 195 of 395 ~ 49.37%
B 121 of 395 ~ 30.63%

%20
%49.37
%30.63

CMYK RENK MODELİ

#4FC379 rengi CMYK tonu (59,0,38,24).

  • camgöbeği tonu 59.49%
  • eflatun tonu 0.00%
  • sarı tonu 37.95%
  • ana renk tonu 23.53%
CMYK:
(59,0,38,24)
C59M0Y38K24 
(59%,0%,38%,24%)
(0.59/0.00/0.38/0.24)	

CMYK yüzdeleri

%59.49
%0
%37.95
%23.53

Codes

Color #4FC379 in popluar color models

4FC379
RGB79195121
HSL142°49.15%53.73%
HSB/HSV142°59.49%76.47%
CMYK59.49%0.00%37.95%
23.53%

Color #4FC379 in popluar number systems.

HEX4FC379
Decimal79195121
Binary1001111110000111111001
Octal117303171

Shades and tints

Shades of #4FC379

#4FC379
(79,195,121)
#48B26E
(72,178,110)
#41A163
(65,161,99)
#3A9058
(58,144,88)
#337F4D
(51,127,77)
#2C6E42
(44,110,66)
#255D37
(37,93,55)
#1E4C2C
(30,76,44)
#173B21
(23,59,33)
#102A16
(16,42,22)
#09190B
(9,25,11)
#000000
(0,0,0)

Tints of #4FC379

#4FC379
(79,195,121)
#5FC885
(95,200,133)
#6FCD91
(111,205,145)
#7FD29D
(127,210,157)
#8FD7A9
(143,215,169)
#9FDCB5
(159,220,181)
#AFE1C1
(175,225,193)
#BFE6CD
(191,230,205)
#CFEBD9
(207,235,217)
#DFF0E5
(223,240,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC379 color. Also use rgb(79,195,121) instead hex code.

Text Font Color

.myTextColor { color: #4FC379; }

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

This text font color is #4FC379.


Background Color

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

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

This div background color is #4FC379.


Border color

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

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

This div border color is #4FC379.


Opacity

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

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

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

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

This text has shadow with #4FC379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FC379 on black background.


Color preview on white background

This text has color #4FC379 on white background.



Black color preview on #4FC379 background

This text has black color on #4FC379 background.


White color preview on #4FC379 background

This text has white color on #4FC379 background.