COLOR #4FC127

HEX: #4FC127 RGB: (79,193,39)

Color info

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

RGB color model

#4FC127 color RGB value is (79,193,39).

RGB: (79,193,39) (31%, 76%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 193 of 255 = 76%
B 39 of 255 = 15%

79
193
39

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

Portions of RGB colors in percentages

R + G + B = 79 + 193 + 39 = 311 (100%)
R 79 of 311 ~ 25.4%
G 193 of 311 ~ 62.06%
B 39 of 311 ~ 12.54'%

%25.4
%62.06
%12.54

CMYK color model

#4FC127 color CMYK value is (59,0,80,24).

  • cyan value is 59.07%
  • magenta value is 0.00%
  • yellow value is 79.79%
  • key color value is 24.31%

CMYK: (59,0,80,24)
C59M0Y80K24 (59%, 0%, 80%, 24%)
(0.59 / 0.00 / 0.80 / 0.24)

CMYK percentages

%59.07
%0
%79.79
%24.31

Codes

Color #4FC127 in popluar color models

4F C1 27
RGB 79 193 39
HSL 104° 66.38% 45.49%
HSB/HSV 104° 79.79% 75.69%
CMYK 59.07% 0.00% 79.79%
24.31%

Color #4FC127 in popluar number systems.

HEX 4F C1 27
Decimal 79 193 39
Binary 1001111 11000001 100111
Octal 117 301 47

Shades and tints

Shades of #4FC127

#4FC127
(79,193,39)
#48B024
(72,176,36)
#419F21
(65,159,33)
#3A8E1E
(58,142,30)
#337D1B
(51,125,27)
#2C6C18
(44,108,24)
#255B15
(37,91,21)
#1E4A12
(30,74,18)
#17390F
(23,57,15)
#10280C
(16,40,12)
#091709
(9,23,9)
#000000
(0,0,0)

Tints of #4FC127

#4FC127
(79,193,39)
#5FC63A
(95,198,58)
#6FCB4D
(111,203,77)
#7FD060
(127,208,96)
#8FD573
(143,213,115)
#9FDA86
(159,218,134)
#AFDF99
(175,223,153)
#BFE4AC
(191,228,172)
#CFE9BF
(207,233,191)
#DFEED2
(223,238,210)
#EFF3E5
(239,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC127 color. Also use rgb(79,193,39) instead hex code.

Text Font Color

.myTextColor { color: #4FC127; }

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

This text font color is #4FC127.

Background Color

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

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

This div background color is #4FC127.

Border color

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

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

This div border color is #4FC127.

Opacity

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

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

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

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

This text has shadow with #4FC127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FC127.

Preview

Color preview on black background

This text has color #4FC127 on black background.


Color preview on white background

This text has color #4FC127 on white background.


Black color preview on #4FC127 background

This text has black color on #4FC127 background.


White color preview on #4FC127 background

This text has white color on #4FC127 background.


Related colors

Complementary color

Complementary color for #hex is #B03ED8.


I love getcolorcode.com

Triadic colors

1 #274FC1 and #C1274F with #4FC127 are triadic colors.

2 #27C14F and #C14F27 with #4FC127 are triadic colors.