COLOR #84DA84

HEX: #84DA84
RGB: (132,218,132)

Color info

#84DA84 contains mainly green color. Web safe color of #84DA84 is #99CC99 (or #9C9).

RGB color model

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

  • red value is 132;
  • green value is 218;
  • blue value is 132.
RGB:
(132,218,132)
(52%,85%,52%)

RGB channels and saturation

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

132
218
132

R + G + B ~ 63%. #84DA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 218 + 132 = 482 (100%)
R 132 of 482 ~ 27.39%
G 218 of 482 ~ 45.23%
B 132 of 482 ~ 27.39%

%27.39
%45.23
%27.39

CMYK color model

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

  • cyan value is 39.45%
  • magenta value is 0.00%
  • yellow value is 39.45%
  • key color value is 14.51%
CMYK:
(39,0,39,15)
C39M0Y39K15 
(39%,0%,39%,15%)
(0.39/0.00/0.39/0.15)	

CMYK percentages

%39.45
%0
%39.45
%14.51

Codes

Color #84DA84 in popluar color models

84DA84
RGB132218132
HSL120°53.75%68.63%
HSB/HSV120°39.45%85.49%
CMYK39.45%0.00%39.45%
14.51%

Color #84DA84 in popluar number systems.

HEX84DA84
Decimal132218132
Binary100001001101101010000100
Octal204332204

Shades and tints

Shades of #84DA84

#84DA84
(132,218,132)
#78C778
(120,199,120)
#6CB46C
(108,180,108)
#60A160
(96,161,96)
#548E54
(84,142,84)
#487B48
(72,123,72)
#3C683C
(60,104,60)
#305530
(48,85,48)
#244224
(36,66,36)
#182F18
(24,47,24)
#0C1C0C
(12,28,12)
#000000
(0,0,0)

Tints of #84DA84

#84DA84
(132,218,132)
#8FDD8F
(143,221,143)
#9AE09A
(154,224,154)
#A5E3A5
(165,227,165)
#B0E6B0
(176,230,176)
#BBE9BB
(187,233,187)
#C6ECC6
(198,236,198)
#D1EFD1
(209,239,209)
#DCF2DC
(220,242,220)
#E7F5E7
(231,245,231)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84DA84; }

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

This text font color is #84DA84.


Background Color

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

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

This div background color is #84DA84.


Border color

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

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

This div border color is #84DA84.


Opacity

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

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

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

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

This text has shadow with #84DA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DA84 on black background.


Color preview on white background

This text has color #84DA84 on white background.



Black color preview on #84DA84 background

This text has black color on #84DA84 background.


White color preview on #84DA84 background

This text has white color on #84DA84 background.