COLOR #4AE771

HEX: #4AE771
RGB: (74,231,113)

Color info

#4AE771 contains mainly green color. Web safe color of #4AE771 is #33FF66 (or #3F6).

RGB color model

#4AE771 color RGB value is (74,231,113).

  • red value is 74;
  • green value is 231;
  • blue value is 113.
RGB:
(74,231,113)
(29%,91%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 231 of 255 = 91%
B 113 of 255 = 44%

74
231
113

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

Portions of RGB colors in percentages

R + G + B =
74 + 231 + 113 = 418 (100%)
R 74 of 418 ~ 17.7%
G 231 of 418 ~ 55.26%
B 113 of 418 ~ 27.03%

%17.7
%55.26
%27.03

CMYK color model

#4AE771 color CMYK value is (68,0,51,9).

  • cyan value is 67.97%
  • magenta value is 0.00%
  • yellow value is 51.08%
  • key color value is 9.41%
CMYK:
(68,0,51,9)
C68M0Y51K9 
(68%,0%,51%,9%)
(0.68/0.00/0.51/0.09)	

CMYK percentages

%67.97
%0
%51.08
%9.41

Codes

Color #4AE771 in popluar color models

4AE771
RGB74231113
HSL135°76.59%59.80%
HSB/HSV135°67.97%90.59%
CMYK67.97%0.00%51.08%
9.41%

Color #4AE771 in popluar number systems.

HEX4AE771
Decimal74231113
Binary1001010111001111110001
Octal112347161

Shades and tints

Shades of #4AE771

#4AE771
(74,231,113)
#44D267
(68,210,103)
#3EBD5D
(62,189,93)
#38A853
(56,168,83)
#329349
(50,147,73)
#2C7E3F
(44,126,63)
#266935
(38,105,53)
#20542B
(32,84,43)
#1A3F21
(26,63,33)
#142A17
(20,42,23)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #4AE771

#4AE771
(74,231,113)
#5AE97D
(90,233,125)
#6AEB89
(106,235,137)
#7AED95
(122,237,149)
#8AEFA1
(138,239,161)
#9AF1AD
(154,241,173)
#AAF3B9
(170,243,185)
#BAF5C5
(186,245,197)
#CAF7D1
(202,247,209)
#DAF9DD
(218,249,221)
#EAFBE9
(234,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE771 color. Also use rgb(74,231,113) instead hex code.

Text Font Color

.myTextColor { color: #4AE771; }

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

This text font color is #4AE771.


Background Color

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

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

This div background color is #4AE771.


Border color

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

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

This div border color is #4AE771.


Opacity

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

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

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

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

This text has shadow with #4AE771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE771 on black background.


Color preview on white background

This text has color #4AE771 on white background.



Black color preview on #4AE771 background

This text has black color on #4AE771 background.


White color preview on #4AE771 background

This text has white color on #4AE771 background.