COLOR #84EA4D

HEX: #84EA4D RGB: (132,234,77)

Color info

#84EA4D contains mainly green color. Web safe color of #84EA4D is #99FF33 (or #9F3).

RGB color model

#84EA4D color RGB value is (132,234,77).

RGB: (132,234,77) (52%, 92%, 30%)

RGB channels and saturation

R 132 of 255 = 52%
G 234 of 255 = 92%
B 77 of 255 = 30%

132
234
77

R + G + B ~ 58%. #84EA4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 234 + 77 = 443 (100%)
R 132 of 443 ~ 29.8%
G 234 of 443 ~ 52.82%
B 77 of 443 ~ 17.38'%

%29.8
%52.82
%17.38

CMYK color model

#84EA4D color CMYK value is (44,0,67,8).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 8.24%

CMYK: (44,0,67,8)
C44M0Y67K8 (44%, 0%, 67%, 8%)
(0.44 / 0.00 / 0.67 / 0.08)

CMYK percentages

%43.59
%0
%67.09
%8.24

Codes

Color #84EA4D in popluar color models

84 EA 4D
RGB 132 234 77
HSL 99° 78.89% 60.98%
HSB/HSV 99° 67.09% 91.76%
CMYK 43.59% 0.00% 67.09%
8.24%

Color #84EA4D in popluar number systems.

HEX 84 EA 4D
Decimal 132 234 77
Binary 10000100 11101010 1001101
Octal 204 352 115

Shades and tints

Shades of #84EA4D

#84EA4D
(132,234,77)
#78D546
(120,213,70)
#6CC03F
(108,192,63)
#60AB38
(96,171,56)
#549631
(84,150,49)
#48812A
(72,129,42)
#3C6C23
(60,108,35)
#30571C
(48,87,28)
#244215
(36,66,21)
#182D0E
(24,45,14)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #84EA4D

#84EA4D
(132,234,77)
#8FEB5D
(143,235,93)
#9AEC6D
(154,236,109)
#A5ED7D
(165,237,125)
#B0EE8D
(176,238,141)
#BBEF9D
(187,239,157)
#C6F0AD
(198,240,173)
#D1F1BD
(209,241,189)
#DCF2CD
(220,242,205)
#E7F3DD
(231,243,221)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EA4D color. Also use rgb(132,234,77) instead hex code.

Text Font Color

.myTextColor { color: #84EA4D; }

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

This text font color is #84EA4D.

Background Color

.myBgColor { background-color: #84EA4D; }

<div style="background-color:#84EA4D">Inner text</div>

This div background color is #84EA4D.

Border color

.myBorderColor { border: 1px solid #84EA4D; }

<div style="border:3px solid #84EA4D">Div</div>

This div border color is #84EA4D.

Opacity

.myOpacity80 { color: #84EA4D; opacity: 0.8; }

<p style="color:#84EA4D;opacity:0.8;">80%</p>

Text with #84EA4D 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 #84EA4D;}

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

This text has shadow with #84EA4D color.


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

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

This text has shadow with #84EA4D primary color and red secondary color.


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

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

This text has shadow with #84EA4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84EA4D.

Preview

Color preview on black background

This text has color #84EA4D on black background.


Color preview on white background

This text has color #84EA4D on white background.


Black color preview on #84EA4D background

This text has black color on #84EA4D background.


White color preview on #84EA4D background

This text has white color on #84EA4D background.


Related colors

Complementary color

Complementary color for #hex is #7B15B2.


I love getcolorcode.com

Triadic colors

1 #4D84EA and #EA4D84 with #84EA4D are triadic colors.

2 #4DEA84 and #EA844D with #84EA4D are triadic colors.