COLOR #4FB99B

HEX: #4FB99B
RGB: (79,185,155)

Color info

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

RGB color model

#4FB99B color RGB value is (79,185,155).

  • red value is 79;
  • green value is 185;
  • blue value is 155.
RGB:
(79,185,155)
(31%,73%,61%)

RGB channels and saturation

R 79 of 255 = 31%
G 185 of 255 = 73%
B 155 of 255 = 61%

79
185
155

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

Portions of RGB colors in percentages

R + G + B =
79 + 185 + 155 = 419 (100%)
R 79 of 419 ~ 18.85%
G 185 of 419 ~ 44.15%
B 155 of 419 ~ 36.99%

%18.85
%44.15
%36.99

CMYK color model

#4FB99B color CMYK value is (57,0,16,27).

  • cyan value is 57.30%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(57,0,16,27)
C57M0Y16K27 
(57%,0%,16%,27%)
(0.57/0.00/0.16/0.27)	

CMYK percentages

%57.3
%0
%16.22
%27.45

Codes

Color #4FB99B in popluar color models

4FB99B
RGB79185155
HSL163°43.09%51.76%
HSB/HSV163°57.30%72.55%
CMYK57.30%0.00%16.22%
27.45%

Color #4FB99B in popluar number systems.

HEX4FB99B
Decimal79185155
Binary10011111011100110011011
Octal117271233

Shades and tints

Shades of #4FB99B

#4FB99B
(79,185,155)
#48A98D
(72,169,141)
#41997F
(65,153,127)
#3A8971
(58,137,113)
#337963
(51,121,99)
#2C6955
(44,105,85)
#255947
(37,89,71)
#1E4939
(30,73,57)
#17392B
(23,57,43)
#10291D
(16,41,29)
#09190F
(9,25,15)
#000000
(0,0,0)

Tints of #4FB99B

#4FB99B
(79,185,155)
#5FBFA4
(95,191,164)
#6FC5AD
(111,197,173)
#7FCBB6
(127,203,182)
#8FD1BF
(143,209,191)
#9FD7C8
(159,215,200)
#AFDDD1
(175,221,209)
#BFE3DA
(191,227,218)
#CFE9E3
(207,233,227)
#DFEFEC
(223,239,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB99B; }

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

This text font color is #4FB99B.


Background Color

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

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

This div background color is #4FB99B.


Border color

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

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

This div border color is #4FB99B.


Opacity

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

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

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

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

This text has shadow with #4FB99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB99B on black background.


Color preview on white background

This text has color #4FB99B on white background.



Black color preview on #4FB99B background

This text has black color on #4FB99B background.


White color preview on #4FB99B background

This text has white color on #4FB99B background.