COLOR #4ED882

HEX: #4ED882 RGB: (78,216,130)

Color info

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

RGB color model

#4ED882 color RGB value is (78,216,130).

RGB: (78,216,130) (31%, 85%, 51%)

RGB channels and saturation

R 78 of 255 = 31%
G 216 of 255 = 85%
B 130 of 255 = 51%

78
216
130

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

Portions of RGB colors in percentages

R + G + B = 78 + 216 + 130 = 424 (100%)
R 78 of 424 ~ 18.4%
G 216 of 424 ~ 50.94%
B 130 of 424 ~ 30.66'%

%18.4
%50.94
%30.66

CMYK color model

#4ED882 color CMYK value is (64,0,40,15).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 15.29%

CMYK: (64,0,40,15)
C64M0Y40K15 (64%, 0%, 40%, 15%)
(0.64 / 0.00 / 0.40 / 0.15)

CMYK percentages

%63.89
%0
%39.81
%15.29

Codes

Color #4ED882 in popluar color models

4E D8 82
RGB 78 216 130
HSL 143° 63.89% 57.65%
HSB/HSV 143° 63.89% 84.71%
CMYK 63.89% 0.00% 39.81%
15.29%

Color #4ED882 in popluar number systems.

HEX 4E D8 82
Decimal 78 216 130
Binary 1001110 11011000 10000010
Octal 116 330 202

Shades and tints

Shades of #4ED882

#4ED882
(78,216,130)
#47C577
(71,197,119)
#40B26C
(64,178,108)
#399F61
(57,159,97)
#328C56
(50,140,86)
#2B794B
(43,121,75)
#246640
(36,102,64)
#1D5335
(29,83,53)
#16402A
(22,64,42)
#0F2D1F
(15,45,31)
#081A14
(8,26,20)
#000000
(0,0,0)

Tints of #4ED882

#4ED882
(78,216,130)
#5EDB8D
(94,219,141)
#6EDE98
(110,222,152)
#7EE1A3
(126,225,163)
#8EE4AE
(142,228,174)
#9EE7B9
(158,231,185)
#AEEAC4
(174,234,196)
#BEEDCF
(190,237,207)
#CEF0DA
(206,240,218)
#DEF3E5
(222,243,229)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED882 color. Also use rgb(78,216,130) instead hex code.

Text Font Color

.myTextColor { color: #4ED882; }

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

This text font color is #4ED882.

Background Color

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

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

This div background color is #4ED882.

Border color

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

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

This div border color is #4ED882.

Opacity

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

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

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

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

This text has shadow with #4ED882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4ED882.

Preview

Color preview on black background

This text has color #4ED882 on black background.


Color preview on white background

This text has color #4ED882 on white background.


Black color preview on #4ED882 background

This text has black color on #4ED882 background.


White color preview on #4ED882 background

This text has white color on #4ED882 background.


Related colors

Complementary color

Complementary color for #hex is #B1277D.


I love getcolorcode.com

Triadic colors

1 #824ED8 and #D8824E with #4ED882 are triadic colors.

2 #82D84E and #D84E82 with #4ED882 are triadic colors.