COLOR #4FCF82

HEX: #4FCF82
RGB: (79,207,130)

Color info

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

RGB color model

#4FCF82 color RGB value is (79,207,130).

  • red value is 79;
  • green value is 207;
  • blue value is 130.
RGB:
(79,207,130)
(31%,81%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 207 of 255 = 81%
B 130 of 255 = 51%

79
207
130

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

Portions of RGB colors in percentages

R + G + B =
79 + 207 + 130 = 416 (100%)
R 79 of 416 ~ 18.99%
G 207 of 416 ~ 49.76%
B 130 of 416 ~ 31.25%

%18.99
%49.76
%31.25

CMYK color model

#4FCF82 color CMYK value is (62,0,37,19).

  • cyan value is 61.84%
  • magenta value is 0.00%
  • yellow value is 37.20%
  • key color value is 18.82%
CMYK:
(62,0,37,19)
C62M0Y37K19 
(62%,0%,37%,19%)
(0.62/0.00/0.37/0.19)	

CMYK percentages

%61.84
%0
%37.2
%18.82

Codes

Color #4FCF82 in popluar color models

4FCF82
RGB79207130
HSL144°57.14%56.08%
HSB/HSV144°61.84%81.18%
CMYK61.84%0.00%37.20%
18.82%

Color #4FCF82 in popluar number systems.

HEX4FCF82
Decimal79207130
Binary10011111100111110000010
Octal117317202

Shades and tints

Shades of #4FCF82

#4FCF82
(79,207,130)
#48BD77
(72,189,119)
#41AB6C
(65,171,108)
#3A9961
(58,153,97)
#338756
(51,135,86)
#2C754B
(44,117,75)
#256340
(37,99,64)
#1E5135
(30,81,53)
#173F2A
(23,63,42)
#102D1F
(16,45,31)
#091B14
(9,27,20)
#000000
(0,0,0)

Tints of #4FCF82

#4FCF82
(79,207,130)
#5FD38D
(95,211,141)
#6FD798
(111,215,152)
#7FDBA3
(127,219,163)
#8FDFAE
(143,223,174)
#9FE3B9
(159,227,185)
#AFE7C4
(175,231,196)
#BFEBCF
(191,235,207)
#CFEFDA
(207,239,218)
#DFF3E5
(223,243,229)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FCF82 color. Also use rgb(79,207,130) instead hex code.

Text Font Color

.myTextColor { color: #4FCF82; }

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

This text font color is #4FCF82.


Background Color

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

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

This div background color is #4FCF82.


Border color

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

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

This div border color is #4FCF82.


Opacity

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

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

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

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

This text has shadow with #4FCF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FCF82 on black background.


Color preview on white background

This text has color #4FCF82 on white background.



Black color preview on #4FCF82 background

This text has black color on #4FCF82 background.


White color preview on #4FCF82 background

This text has white color on #4FCF82 background.