COLOR #4FC72A

HEX: #4FC72A RGB: (79,199,42)

Color info

#4FC72A contains mainly green color. Web safe color of #4FC72A is #66CC33 (or #6C3).

RGB color model

#4FC72A color RGB value is (79,199,42).

RGB: (79,199,42) (31%, 78%, 16%)

RGB channels and saturation

R 79 of 255 = 31%
G 199 of 255 = 78%
B 42 of 255 = 16%

79
199
42

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

Portions of RGB colors in percentages

R + G + B = 79 + 199 + 42 = 320 (100%)
R 79 of 320 ~ 24.69%
G 199 of 320 ~ 62.19%
B 42 of 320 ~ 13.13'%

%24.69
%62.19
%13.13

CMYK color model

#4FC72A color CMYK value is (60,0,79,22).

  • cyan value is 60.30%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 21.96%

CMYK: (60,0,79,22)
C60M0Y79K22 (60%, 0%, 79%, 22%)
(0.60 / 0.00 / 0.79 / 0.22)

CMYK percentages

%60.3
%0
%78.89
%21.96

Codes

Color #4FC72A in popluar color models

4F C7 2A
RGB 79 199 42
HSL 106° 65.15% 47.25%
HSB/HSV 106° 78.89% 78.04%
CMYK 60.30% 0.00% 78.89%
21.96%

Color #4FC72A in popluar number systems.

HEX 4F C7 2A
Decimal 79 199 42
Binary 1001111 11000111 101010
Octal 117 307 52

Shades and tints

Shades of #4FC72A

#4FC72A
(79,199,42)
#48B527
(72,181,39)
#41A324
(65,163,36)
#3A9121
(58,145,33)
#337F1E
(51,127,30)
#2C6D1B
(44,109,27)
#255B18
(37,91,24)
#1E4915
(30,73,21)
#173712
(23,55,18)
#10250F
(16,37,15)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #4FC72A

#4FC72A
(79,199,42)
#5FCC3D
(95,204,61)
#6FD150
(111,209,80)
#7FD663
(127,214,99)
#8FDB76
(143,219,118)
#9FE089
(159,224,137)
#AFE59C
(175,229,156)
#BFEAAF
(191,234,175)
#CFEFC2
(207,239,194)
#DFF4D5
(223,244,213)
#EFF9E8
(239,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC72A color. Also use rgb(79,199,42) instead hex code.

Text Font Color

.myTextColor { color: #4FC72A; }

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

This text font color is #4FC72A.

Background Color

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

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

This div background color is #4FC72A.

Border color

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

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

This div border color is #4FC72A.

Opacity

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

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

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

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

This text has shadow with #4FC72A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FC72A.

Preview

Color preview on black background

This text has color #4FC72A on black background.


Color preview on white background

This text has color #4FC72A on white background.


Black color preview on #4FC72A background

This text has black color on #4FC72A background.


White color preview on #4FC72A background

This text has white color on #4FC72A background.


Related colors

Complementary color

Complementary color for #hex is #B038D5.


I love getcolorcode.com

Triadic colors

1 #2A4FC7 and #C72A4F with #4FC72A are triadic colors.

2 #2AC74F and #C74F2A with #4FC72A are triadic colors.