COLOR #4FF16D

HEX: #4FF16D RGB: (79,241,109)

Color info

#4FF16D contains mainly green color. Web safe color of #4FF16D is #66FF66 (or #6F6).

RGB color model

#4FF16D color RGB value is (79,241,109).

RGB: (79,241,109) (31%, 95%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 241 of 255 = 95%
B 109 of 255 = 43%

79
241
109

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

Portions of RGB colors in percentages

R + G + B = 79 + 241 + 109 = 429 (100%)
R 79 of 429 ~ 18.41%
G 241 of 429 ~ 56.18%
B 109 of 429 ~ 25.41'%

%18.41
%56.18
%25.41

CMYK color model

#4FF16D color CMYK value is (67,0,55,5).

  • cyan value is 67.22%
  • magenta value is 0.00%
  • yellow value is 54.77%
  • key color value is 5.49%

CMYK: (67,0,55,5)
C67M0Y55K5 (67%, 0%, 55%, 5%)
(0.67 / 0.00 / 0.55 / 0.05)

CMYK percentages

%67.22
%0
%54.77
%5.49

Codes

Color #4FF16D in popluar color models

4F F1 6D
RGB 79 241 109
HSL 131° 85.26% 62.75%
HSB/HSV 131° 67.22% 94.51%
CMYK 67.22% 0.00% 54.77%
5.49%

Color #4FF16D in popluar number systems.

HEX 4F F1 6D
Decimal 79 241 109
Binary 1001111 11110001 1101101
Octal 117 361 155

Shades and tints

Shades of #4FF16D

#4FF16D
(79,241,109)
#48DC64
(72,220,100)
#41C75B
(65,199,91)
#3AB252
(58,178,82)
#339D49
(51,157,73)
#2C8840
(44,136,64)
#257337
(37,115,55)
#1E5E2E
(30,94,46)
#174925
(23,73,37)
#10341C
(16,52,28)
#091F13
(9,31,19)
#000000
(0,0,0)

Tints of #4FF16D

#4FF16D
(79,241,109)
#5FF27A
(95,242,122)
#6FF387
(111,243,135)
#7FF494
(127,244,148)
#8FF5A1
(143,245,161)
#9FF6AE
(159,246,174)
#AFF7BB
(175,247,187)
#BFF8C8
(191,248,200)
#CFF9D5
(207,249,213)
#DFFAE2
(223,250,226)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FF16D color. Also use rgb(79,241,109) instead hex code.

Text Font Color

.myTextColor { color: #4FF16D; }

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

This text font color is #4FF16D.

Background Color

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

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

This div background color is #4FF16D.

Border color

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

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

This div border color is #4FF16D.

Opacity

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

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

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

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

This text has shadow with #4FF16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FF16D.

Preview

Color preview on black background

This text has color #4FF16D on black background.


Color preview on white background

This text has color #4FF16D on white background.


Black color preview on #4FF16D background

This text has black color on #4FF16D background.


White color preview on #4FF16D background

This text has white color on #4FF16D background.


Related colors

Complementary color

Complementary color for #4FF16D is #B00E92.


I love getcolorcode.com

Triadic colors

1 #6D4FF1 and #F16D4F with #4FF16D are triadic colors.

2 #6DF14F and #F14F6D with #4FF16D are triadic colors.