COLOR #4FB464

HEX: #4FB464
RGB: (79,180,100)

Renk bilgisi

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

RGB renk modeli

#4FB464 color RGB value is (79,180,100).

  • kırmız ton 79;
  • yeşil ton 180;
  • mavi ton 100.
RGB:
(79,180,100)
(31%,71%,39%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 180 of 255 = 71%
B 100 of 255 = 39%

79
180
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 180 + 100 = 359 (100%)
R 79 of 359 ~ 22.01%
G 180 of 359 ~ 50.14%
B 100 of 359 ~ 27.86%

%22.01
%50.14
%27.86

CMYK RENK MODELİ

#4FB464 rengi CMYK tonu (56,0,44,29).

  • camgöbeği tonu 56.11%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 29.41%
CMYK:
(56,0,44,29)
C56M0Y44K29 
(56%,0%,44%,29%)
(0.56/0.00/0.44/0.29)	

CMYK yüzdeleri

%56.11
%0
%44.44
%29.41

Codes

Color #4FB464 in popluar color models

4FB464
RGB79180100
HSL132°40.24%50.78%
HSB/HSV132°56.11%70.59%
CMYK56.11%0.00%44.44%
29.41%

Color #4FB464 in popluar number systems.

HEX4FB464
Decimal79180100
Binary1001111101101001100100
Octal117264144

Shades and tints

Shades of #4FB464

#4FB464
(79,180,100)
#48A45B
(72,164,91)
#419452
(65,148,82)
#3A8449
(58,132,73)
#337440
(51,116,64)
#2C6437
(44,100,55)
#25542E
(37,84,46)
#1E4425
(30,68,37)
#17341C
(23,52,28)
#102413
(16,36,19)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #4FB464

#4FB464
(79,180,100)
#5FBA72
(95,186,114)
#6FC080
(111,192,128)
#7FC68E
(127,198,142)
#8FCC9C
(143,204,156)
#9FD2AA
(159,210,170)
#AFD8B8
(175,216,184)
#BFDEC6
(191,222,198)
#CFE4D4
(207,228,212)
#DFEAE2
(223,234,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB464 color. Also use rgb(79,180,100) instead hex code.

Text Font Color

.myTextColor { color: #4FB464; }

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

This text font color is #4FB464.


Background Color

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

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

This div background color is #4FB464.


Border color

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

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

This div border color is #4FB464.


Opacity

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

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

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

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

This text has shadow with #4FB464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB464 on black background.


Color preview on white background

This text has color #4FB464 on white background.



Black color preview on #4FB464 background

This text has black color on #4FB464 background.


White color preview on #4FB464 background

This text has white color on #4FB464 background.