COLOR #4FB450

HEX: #4FB450
RGB: (79,180,80)

Color info

#4FB450 contains mainly green color. Web safe color of #4FB450 is #66CC66 (or #6C6).

RGB color model

#4FB450 color RGB value is (79,180,80).

  • red value is 79;
  • green value is 180;
  • blue value is 80.
RGB:
(79,180,80)
(31%,71%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 180 of 255 = 71%
B 80 of 255 = 31%

79
180
80

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

Portions of RGB colors in percentages

R + G + B =
79 + 180 + 80 = 339 (100%)
R 79 of 339 ~ 23.3%
G 180 of 339 ~ 53.1%
B 80 of 339 ~ 23.6%

%23.3
%53.1
%23.6

CMYK color model

#4FB450 color CMYK value is (56,0,56,29).

  • cyan value is 56.11%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 29.41%
CMYK:
(56,0,56,29)
C56M0Y56K29 
(56%,0%,56%,29%)
(0.56/0.00/0.56/0.29)	

CMYK percentages

%56.11
%0
%55.56
%29.41

Codes

Color #4FB450 in popluar color models

4FB450
RGB7918080
HSL121°40.24%50.78%
HSB/HSV121°56.11%70.59%
CMYK56.11%0.00%55.56%
29.41%

Color #4FB450 in popluar number systems.

HEX4FB450
Decimal7918080
Binary1001111101101001010000
Octal117264120

Shades and tints

Shades of #4FB450

#4FB450
(79,180,80)
#48A449
(72,164,73)
#419442
(65,148,66)
#3A843B
(58,132,59)
#337434
(51,116,52)
#2C642D
(44,100,45)
#255426
(37,84,38)
#1E441F
(30,68,31)
#173418
(23,52,24)
#102411
(16,36,17)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #4FB450

#4FB450
(79,180,80)
#5FBA5F
(95,186,95)
#6FC06E
(111,192,110)
#7FC67D
(127,198,125)
#8FCC8C
(143,204,140)
#9FD29B
(159,210,155)
#AFD8AA
(175,216,170)
#BFDEB9
(191,222,185)
#CFE4C8
(207,228,200)
#DFEAD7
(223,234,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB450; }

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

This text font color is #4FB450.


Background Color

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

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

This div background color is #4FB450.


Border color

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

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

This div border color is #4FB450.


Opacity

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

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

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

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

This text has shadow with #4FB450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB450 on black background.


Color preview on white background

This text has color #4FB450 on white background.



Black color preview on #4FB450 background

This text has black color on #4FB450 background.


White color preview on #4FB450 background

This text has white color on #4FB450 background.