COLOR #4FB99E

HEX: #4FB99E RGB: (79,185,158)

Color info

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

RGB color model

#4FB99E color RGB value is (79,185,158).

RGB: (79,185,158) (31%, 73%, 62%)

RGB channels and saturation

R 79 of 255 = 31%
G 185 of 255 = 73%
B 158 of 255 = 62%

79
185
158

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

Portions of RGB colors in percentages

R + G + B = 79 + 185 + 158 = 422 (100%)
R 79 of 422 ~ 18.72%
G 185 of 422 ~ 43.84%
B 158 of 422 ~ 37.44'%

%18.72
%43.84
%37.44

CMYK color model

#4FB99E color CMYK value is (57,0,15,27).

  • cyan value is 57.30%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%

CMYK: (57,0,15,27)
C57M0Y15K27 (57%, 0%, 15%, 27%)
(0.57 / 0.00 / 0.15 / 0.27)

CMYK percentages

%57.3
%0
%14.59
%27.45

Codes

Color #4FB99E in popluar color models

4F B9 9E
RGB 79 185 158
HSL 165° 43.09% 51.76%
HSB/HSV 165° 57.30% 72.55%
CMYK 57.30% 0.00% 14.59%
27.45%

Color #4FB99E in popluar number systems.

HEX 4F B9 9E
Decimal 79 185 158
Binary 1001111 10111001 10011110
Octal 117 271 236

Shades and tints

Shades of #4FB99E

#4FB99E
(79,185,158)
#48A990
(72,169,144)
#419982
(65,153,130)
#3A8974
(58,137,116)
#337966
(51,121,102)
#2C6958
(44,105,88)
#25594A
(37,89,74)
#1E493C
(30,73,60)
#17392E
(23,57,46)
#102920
(16,41,32)
#091912
(9,25,18)
#000000
(0,0,0)

Tints of #4FB99E

#4FB99E
(79,185,158)
#5FBFA6
(95,191,166)
#6FC5AE
(111,197,174)
#7FCBB6
(127,203,182)
#8FD1BE
(143,209,190)
#9FD7C6
(159,215,198)
#AFDDCE
(175,221,206)
#BFE3D6
(191,227,214)
#CFE9DE
(207,233,222)
#DFEFE6
(223,239,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB99E color. Also use rgb(79,185,158) instead hex code.

Text Font Color

.myTextColor { color: #4FB99E; }

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

This text font color is #4FB99E.

Background Color

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

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

This div background color is #4FB99E.

Border color

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

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

This div border color is #4FB99E.

Opacity

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

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

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

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

This text has shadow with #4FB99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB99E.

Preview

Color preview on black background

This text has color #4FB99E on black background.


Color preview on white background

This text has color #4FB99E on white background.


Black color preview on #4FB99E background

This text has black color on #4FB99E background.


White color preview on #4FB99E background

This text has white color on #4FB99E background.


Related colors

Complementary color

Complementary color for #hex is #B04661.


I love getcolorcode.com

Triadic colors

1 #9E4FB9 and #B99E4F with #4FB99E are triadic colors.

2 #9EB94F and #B94F9E with #4FB99E are triadic colors.