COLOR #84DA4D

HEX: #84DA4D RGB: (132,218,77)

Color info

#84DA4D contains mainly green color. Web safe color of #84DA4D is #99CC33 (or #9C3).

RGB color model

#84DA4D color RGB value is (132,218,77).

RGB: (132,218,77) (52%, 85%, 30%)

RGB channels and saturation

R 132 of 255 = 52%
G 218 of 255 = 85%
B 77 of 255 = 30%

132
218
77

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

Portions of RGB colors in percentages

R + G + B = 132 + 218 + 77 = 427 (100%)
R 132 of 427 ~ 30.91%
G 218 of 427 ~ 51.05%
B 77 of 427 ~ 18.03'%

%30.91
%51.05
%18.03

CMYK color model

#84DA4D color CMYK value is (39,0,65,15).

  • cyan value is 39.45%
  • magenta value is 0.00%
  • yellow value is 64.68%
  • key color value is 14.51%

CMYK: (39,0,65,15)
C39M0Y65K15 (39%, 0%, 65%, 15%)
(0.39 / 0.00 / 0.65 / 0.15)

CMYK percentages

%39.45
%0
%64.68
%14.51

Codes

Color #84DA4D in popluar color models

84 DA 4D
RGB 132 218 77
HSL 97° 65.58% 57.84%
HSB/HSV 97° 64.68% 85.49%
CMYK 39.45% 0.00% 64.68%
14.51%

Color #84DA4D in popluar number systems.

HEX 84 DA 4D
Decimal 132 218 77
Binary 10000100 11011010 1001101
Octal 204 332 115

Shades and tints

Shades of #84DA4D

#84DA4D
(132,218,77)
#78C746
(120,199,70)
#6CB43F
(108,180,63)
#60A138
(96,161,56)
#548E31
(84,142,49)
#487B2A
(72,123,42)
#3C6823
(60,104,35)
#30551C
(48,85,28)
#244215
(36,66,21)
#182F0E
(24,47,14)
#0C1C07
(12,28,7)
#000000
(0,0,0)

Tints of #84DA4D

#84DA4D
(132,218,77)
#8FDD5D
(143,221,93)
#9AE06D
(154,224,109)
#A5E37D
(165,227,125)
#B0E68D
(176,230,141)
#BBE99D
(187,233,157)
#C6ECAD
(198,236,173)
#D1EFBD
(209,239,189)
#DCF2CD
(220,242,205)
#E7F5DD
(231,245,221)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84DA4D; }

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

This text font color is #84DA4D.

Background Color

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

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

This div background color is #84DA4D.

Border color

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

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

This div border color is #84DA4D.

Opacity

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

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

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

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

This text has shadow with #84DA4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84DA4D.

Preview

Color preview on black background

This text has color #84DA4D on black background.


Color preview on white background

This text has color #84DA4D on white background.


Black color preview on #84DA4D background

This text has black color on #84DA4D background.


White color preview on #84DA4D background

This text has white color on #84DA4D background.


Related colors

Complementary color

Complementary color for #hex is #7B25B2.


I love getcolorcode.com

Triadic colors

1 #4D84DA and #DA4D84 with #84DA4D are triadic colors.

2 #4DDA84 and #DA844D with #84DA4D are triadic colors.