COLOR #4FC09F

HEX: #4FC09F RGB: (79,192,159)

Color info

#4FC09F contains mainly green and blue colors. Web safe color of #4FC09F is #66CC99 (or #6C9).

RGB color model

#4FC09F color RGB value is (79,192,159).

RGB: (79,192,159) (31%, 75%, 62%)

RGB channels and saturation

R 79 of 255 = 31%
G 192 of 255 = 75%
B 159 of 255 = 62%

79
192
159

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

Portions of RGB colors in percentages

R + G + B = 79 + 192 + 159 = 430 (100%)
R 79 of 430 ~ 18.37%
G 192 of 430 ~ 44.65%
B 159 of 430 ~ 36.98'%

%18.37
%44.65
%36.98

CMYK color model

#4FC09F color CMYK value is (59,0,17,25).

  • cyan value is 58.85%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%

CMYK: (59,0,17,25)
C59M0Y17K25 (59%, 0%, 17%, 25%)
(0.59 / 0.00 / 0.17 / 0.25)

CMYK percentages

%58.85
%0
%17.19
%24.71

Codes

Color #4FC09F in popluar color models

4F C0 9F
RGB 79 192 159
HSL 162° 47.28% 53.14%
HSB/HSV 162° 58.85% 75.29%
CMYK 58.85% 0.00% 17.19%
24.71%

Color #4FC09F in popluar number systems.

HEX 4F C0 9F
Decimal 79 192 159
Binary 1001111 11000000 10011111
Octal 117 300 237

Shades and tints

Shades of #4FC09F

#4FC09F
(79,192,159)
#48AF91
(72,175,145)
#419E83
(65,158,131)
#3A8D75
(58,141,117)
#337C67
(51,124,103)
#2C6B59
(44,107,89)
#255A4B
(37,90,75)
#1E493D
(30,73,61)
#17382F
(23,56,47)
#102721
(16,39,33)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #4FC09F

#4FC09F
(79,192,159)
#5FC5A7
(95,197,167)
#6FCAAF
(111,202,175)
#7FCFB7
(127,207,183)
#8FD4BF
(143,212,191)
#9FD9C7
(159,217,199)
#AFDECF
(175,222,207)
#BFE3D7
(191,227,215)
#CFE8DF
(207,232,223)
#DFEDE7
(223,237,231)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC09F color. Also use rgb(79,192,159) instead hex code.

Text Font Color

.myTextColor { color: #4FC09F; }

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

This text font color is #4FC09F.

Background Color

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

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

This div background color is #4FC09F.

Border color

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

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

This div border color is #4FC09F.

Opacity

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

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

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

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

This text has shadow with #4FC09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FC09F.

Preview

Color preview on black background

This text has color #4FC09F on black background.


Color preview on white background

This text has color #4FC09F on white background.


Black color preview on #4FC09F background

This text has black color on #4FC09F background.


White color preview on #4FC09F background

This text has white color on #4FC09F background.


Related colors

Complementary color

Complementary color for #hex is #B03F60.


I love getcolorcode.com

Triadic colors

1 #9F4FC0 and #C09F4F with #4FC09F are triadic colors.

2 #9FC04F and #C04F9F with #4FC09F are triadic colors.