COLOR #4FE0B3

HEX: #4FE0B3
RGB: (79,224,179)

Color info

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

RGB color model

#4FE0B3 color RGB value is (79,224,179).

  • red value is 79;
  • green value is 224;
  • blue value is 179.
RGB:
(79,224,179)
(31%,88%,70%)

RGB channels and saturation

R 79 of 255 = 31%
G 224 of 255 = 88%
B 179 of 255 = 70%

79
224
179

R + G + B ~ 63%. #4FE0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 224 + 179 = 482 (100%)
R 79 of 482 ~ 16.39%
G 224 of 482 ~ 46.47%
B 179 of 482 ~ 37.14%

%16.39
%46.47
%37.14

CMYK color model

#4FE0B3 color CMYK value is (65,0,20,12).

  • cyan value is 64.73%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(65,0,20,12)
C65M0Y20K12 
(65%,0%,20%,12%)
(0.65/0.00/0.20/0.12)	

CMYK percentages

%64.73
%0
%20.09
%12.16

Codes

Color #4FE0B3 in popluar color models

4FE0B3
RGB79224179
HSL161°70.05%59.41%
HSB/HSV161°64.73%87.84%
CMYK64.73%0.00%20.09%
12.16%

Color #4FE0B3 in popluar number systems.

HEX4FE0B3
Decimal79224179
Binary10011111110000010110011
Octal117340263

Shades and tints

Shades of #4FE0B3

#4FE0B3
(79,224,179)
#48CCA3
(72,204,163)
#41B893
(65,184,147)
#3AA483
(58,164,131)
#339073
(51,144,115)
#2C7C63
(44,124,99)
#256853
(37,104,83)
#1E5443
(30,84,67)
#174033
(23,64,51)
#102C23
(16,44,35)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #4FE0B3

#4FE0B3
(79,224,179)
#5FE2B9
(95,226,185)
#6FE4BF
(111,228,191)
#7FE6C5
(127,230,197)
#8FE8CB
(143,232,203)
#9FEAD1
(159,234,209)
#AFECD7
(175,236,215)
#BFEEDD
(191,238,221)
#CFF0E3
(207,240,227)
#DFF2E9
(223,242,233)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FE0B3 color. Also use rgb(79,224,179) instead hex code.

Text Font Color

.myTextColor { color: #4FE0B3; }

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

This text font color is #4FE0B3.


Background Color

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

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

This div background color is #4FE0B3.


Border color

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

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

This div border color is #4FE0B3.


Opacity

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

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

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

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

This text has shadow with #4FE0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE0B3 on black background.


Color preview on white background

This text has color #4FE0B3 on white background.



Black color preview on #4FE0B3 background

This text has black color on #4FE0B3 background.


White color preview on #4FE0B3 background

This text has white color on #4FE0B3 background.