COLOR #4FD484

HEX: #4FD484
RGB: (79,212,132)

Color info

#4FD484 contains mainly green color. Web safe color of #4FD484 is #66CC99 (or #6C9).

RGB color model

#4FD484 color RGB value is (79,212,132).

  • red value is 79;
  • green value is 212;
  • blue value is 132.
RGB:
(79,212,132)
(31%,83%,52%)

RGB channels and saturation

R 79 of 255 = 31%
G 212 of 255 = 83%
B 132 of 255 = 52%

79
212
132

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

Portions of RGB colors in percentages

R + G + B =
79 + 212 + 132 = 423 (100%)
R 79 of 423 ~ 18.68%
G 212 of 423 ~ 50.12%
B 132 of 423 ~ 31.21%

%18.68
%50.12
%31.21

CMYK color model

#4FD484 color CMYK value is (63,0,38,17).

  • cyan value is 62.74%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 16.86%
CMYK:
(63,0,38,17)
C63M0Y38K17 
(63%,0%,38%,17%)
(0.63/0.00/0.38/0.17)	

CMYK percentages

%62.74
%0
%37.74
%16.86

Codes

Color #4FD484 in popluar color models

4FD484
RGB79212132
HSL144°60.73%57.06%
HSB/HSV144°62.74%83.14%
CMYK62.74%0.00%37.74%
16.86%

Color #4FD484 in popluar number systems.

HEX4FD484
Decimal79212132
Binary10011111101010010000100
Octal117324204

Shades and tints

Shades of #4FD484

#4FD484
(79,212,132)
#48C178
(72,193,120)
#41AE6C
(65,174,108)
#3A9B60
(58,155,96)
#338854
(51,136,84)
#2C7548
(44,117,72)
#25623C
(37,98,60)
#1E4F30
(30,79,48)
#173C24
(23,60,36)
#102918
(16,41,24)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #4FD484

#4FD484
(79,212,132)
#5FD78F
(95,215,143)
#6FDA9A
(111,218,154)
#7FDDA5
(127,221,165)
#8FE0B0
(143,224,176)
#9FE3BB
(159,227,187)
#AFE6C6
(175,230,198)
#BFE9D1
(191,233,209)
#CFECDC
(207,236,220)
#DFEFE7
(223,239,231)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD484 color. Also use rgb(79,212,132) instead hex code.

Text Font Color

.myTextColor { color: #4FD484; }

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

This text font color is #4FD484.


Background Color

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

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

This div background color is #4FD484.


Border color

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

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

This div border color is #4FD484.


Opacity

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

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

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

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

This text has shadow with #4FD484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD484 on black background.


Color preview on white background

This text has color #4FD484 on white background.



Black color preview on #4FD484 background

This text has black color on #4FD484 background.


White color preview on #4FD484 background

This text has white color on #4FD484 background.