COLOR #4FAE25

HEX: #4FAE25
RGB: (79,174,37)

Color info

#4FAE25 contains mainly green color. Web safe color of #4FAE25 is #669933 (or #693).

RGB color model

#4FAE25 color RGB value is (79,174,37).

  • red value is 79;
  • green value is 174;
  • blue value is 37.
RGB:
(79,174,37)
(31%,68%,15%)

RGB channels and saturation

R 79 of 255 = 31%
G 174 of 255 = 68%
B 37 of 255 = 15%

79
174
37

R + G + B ~ 38%. #4FAE25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 174 + 37 = 290 (100%)
R 79 of 290 ~ 27.24%
G 174 of 290 ~ 60%
B 37 of 290 ~ 12.76%

%27.24
%60
%12.76

CMYK color model

#4FAE25 color CMYK value is (55,0,79,32).

  • cyan value is 54.60%
  • magenta value is 0.00%
  • yellow value is 78.74%
  • key color value is 31.76%
CMYK:
(55,0,79,32)
C55M0Y79K32 
(55%,0%,79%,32%)
(0.55/0.00/0.79/0.32)	

CMYK percentages

%54.6
%0
%78.74
%31.76

Codes

Color #4FAE25 in popluar color models

4FAE25
RGB7917437
HSL102°64.93%41.37%
HSB/HSV102°78.74%68.24%
CMYK54.60%0.00%78.74%
31.76%

Color #4FAE25 in popluar number systems.

HEX4FAE25
Decimal7917437
Binary100111110101110100101
Octal11725645

Shades and tints

Shades of #4FAE25

#4FAE25
(79,174,37)
#489F22
(72,159,34)
#41901F
(65,144,31)
#3A811C
(58,129,28)
#337219
(51,114,25)
#2C6316
(44,99,22)
#255413
(37,84,19)
#1E4510
(30,69,16)
#17360D
(23,54,13)
#10270A
(16,39,10)
#091807
(9,24,7)
#000000
(0,0,0)

Tints of #4FAE25

#4FAE25
(79,174,37)
#5FB538
(95,181,56)
#6FBC4B
(111,188,75)
#7FC35E
(127,195,94)
#8FCA71
(143,202,113)
#9FD184
(159,209,132)
#AFD897
(175,216,151)
#BFDFAA
(191,223,170)
#CFE6BD
(207,230,189)
#DFEDD0
(223,237,208)
#EFF4E3
(239,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAE25 color. Also use rgb(79,174,37) instead hex code.

Text Font Color

.myTextColor { color: #4FAE25; }

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

This text font color is #4FAE25.


Background Color

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

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

This div background color is #4FAE25.


Border color

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

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

This div border color is #4FAE25.


Opacity

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

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

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

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

This text has shadow with #4FAE25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAE25 on black background.


Color preview on white background

This text has color #4FAE25 on white background.



Black color preview on #4FAE25 background

This text has black color on #4FAE25 background.


White color preview on #4FAE25 background

This text has white color on #4FAE25 background.