COLOR #4FE465

HEX: #4FE465
RGB: (79,228,101)

Color info

#4FE465 contains mainly green color. Web safe color of #4FE465 is #66CC66 (or #6C6).

RGB color model

#4FE465 color RGB value is (79,228,101).

  • red value is 79;
  • green value is 228;
  • blue value is 101.
RGB:
(79,228,101)
(31%,89%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 228 of 255 = 89%
B 101 of 255 = 40%

79
228
101

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

Portions of RGB colors in percentages

R + G + B =
79 + 228 + 101 = 408 (100%)
R 79 of 408 ~ 19.36%
G 228 of 408 ~ 55.88%
B 101 of 408 ~ 24.75%

%19.36
%55.88
%24.75

CMYK color model

#4FE465 color CMYK value is (65,0,56,11).

  • cyan value is 65.35%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(65,0,56,11)
C65M0Y56K11 
(65%,0%,56%,11%)
(0.65/0.00/0.56/0.11)	

CMYK percentages

%65.35
%0
%55.7
%10.59

Codes

Color #4FE465 in popluar color models

4FE465
RGB79228101
HSL129°73.40%60.20%
HSB/HSV129°65.35%89.41%
CMYK65.35%0.00%55.70%
10.59%

Color #4FE465 in popluar number systems.

HEX4FE465
Decimal79228101
Binary1001111111001001100101
Octal117344145

Shades and tints

Shades of #4FE465

#4FE465
(79,228,101)
#48D05C
(72,208,92)
#41BC53
(65,188,83)
#3AA84A
(58,168,74)
#339441
(51,148,65)
#2C8038
(44,128,56)
#256C2F
(37,108,47)
#1E5826
(30,88,38)
#17441D
(23,68,29)
#103014
(16,48,20)
#091C0B
(9,28,11)
#000000
(0,0,0)

Tints of #4FE465

#4FE465
(79,228,101)
#5FE673
(95,230,115)
#6FE881
(111,232,129)
#7FEA8F
(127,234,143)
#8FEC9D
(143,236,157)
#9FEEAB
(159,238,171)
#AFF0B9
(175,240,185)
#BFF2C7
(191,242,199)
#CFF4D5
(207,244,213)
#DFF6E3
(223,246,227)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FE465 color. Also use rgb(79,228,101) instead hex code.

Text Font Color

.myTextColor { color: #4FE465; }

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

This text font color is #4FE465.


Background Color

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

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

This div background color is #4FE465.


Border color

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

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

This div border color is #4FE465.


Opacity

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

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

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

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

This text has shadow with #4FE465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE465 on black background.


Color preview on white background

This text has color #4FE465 on white background.



Black color preview on #4FE465 background

This text has black color on #4FE465 background.


White color preview on #4FE465 background

This text has white color on #4FE465 background.