COLOR #4AD716

HEX: #4AD716
RGB: (74,215,22)

Color info

#4AD716 contains mainly green color. Web safe color of #4AD716 is #33CC00 (or #3C0).

RGB color model

#4AD716 color RGB value is (74,215,22).

  • red value is 74;
  • green value is 215;
  • blue value is 22.
RGB:
(74,215,22)
(29%,84%,9%)

RGB channels and saturation

R 74 of 255 = 29%
G 215 of 255 = 84%
B 22 of 255 = 9%

74
215
22

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

Portions of RGB colors in percentages

R + G + B =
74 + 215 + 22 = 311 (100%)
R 74 of 311 ~ 23.79%
G 215 of 311 ~ 69.13%
B 22 of 311 ~ 7.07%

%23.79
%69.13

CMYK color model

#4AD716 color CMYK value is (66,0,90,16).

  • cyan value is 65.58%
  • magenta value is 0.00%
  • yellow value is 89.77%
  • key color value is 15.69%
CMYK:
(66,0,90,16)
C66M0Y90K16 
(66%,0%,90%,16%)
(0.66/0.00/0.90/0.16)	

CMYK percentages

%65.58
%0
%89.77
%15.69

Codes

Color #4AD716 in popluar color models

4AD716
RGB7421522
HSL104°81.43%46.47%
HSB/HSV104°89.77%84.31%
CMYK65.58%0.00%89.77%
15.69%

Color #4AD716 in popluar number systems.

HEX4AD716
Decimal7421522
Binary10010101101011110110
Octal11232726

Shades and tints

Shades of #4AD716

#4AD716
(74,215,22)
#44C414
(68,196,20)
#3EB112
(62,177,18)
#389E10
(56,158,16)
#328B0E
(50,139,14)
#2C780C
(44,120,12)
#26650A
(38,101,10)
#205208
(32,82,8)
#1A3F06
(26,63,6)
#142C04
(20,44,4)
#0E1902
(14,25,2)
#000000
(0,0,0)

Tints of #4AD716

#4AD716
(74,215,22)
#5ADA2B
(90,218,43)
#6ADD40
(106,221,64)
#7AE055
(122,224,85)
#8AE36A
(138,227,106)
#9AE67F
(154,230,127)
#AAE994
(170,233,148)
#BAECA9
(186,236,169)
#CAEFBE
(202,239,190)
#DAF2D3
(218,242,211)
#EAF5E8
(234,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD716 color. Also use rgb(74,215,22) instead hex code.

Text Font Color

.myTextColor { color: #4AD716; }

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

This text font color is #4AD716.


Background Color

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

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

This div background color is #4AD716.


Border color

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

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

This div border color is #4AD716.


Opacity

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

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

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

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

This text has shadow with #4AD716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD716 on black background.


Color preview on white background

This text has color #4AD716 on white background.



Black color preview on #4AD716 background

This text has black color on #4AD716 background.


White color preview on #4AD716 background

This text has white color on #4AD716 background.