COLOR #84CA80

HEX: #84CA80
RGB: (132,202,128)

Color info

#84CA80 contains mainly green color. Web safe color of #84CA80 is #99CC66 (or #9C6).

RGB color model

#84CA80 color RGB value is (132,202,128).

  • red value is 132;
  • green value is 202;
  • blue value is 128.
RGB:
(132,202,128)
(52%,79%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 128 of 255 = 50%

132
202
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 128 = 462 (100%)
R 132 of 462 ~ 28.57%
G 202 of 462 ~ 43.72%
B 128 of 462 ~ 27.71%

%28.57
%43.72
%27.71

CMYK color model

#84CA80 color CMYK value is (35,0,37,21).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK:
(35,0,37,21)
C35M0Y37K21 
(35%,0%,37%,21%)
(0.35/0.00/0.37/0.21)	

CMYK percentages

%34.65
%0
%36.63
%20.78

Codes

Color #84CA80 in popluar color models

84CA80
RGB132202128
HSL117°41.11%64.71%
HSB/HSV117°36.63%79.22%
CMYK34.65%0.00%36.63%
20.78%

Color #84CA80 in popluar number systems.

HEX84CA80
Decimal132202128
Binary100001001100101010000000
Octal204312200

Shades and tints

Shades of #84CA80

#84CA80
(132,202,128)
#78B875
(120,184,117)
#6CA66A
(108,166,106)
#60945F
(96,148,95)
#548254
(84,130,84)
#487049
(72,112,73)
#3C5E3E
(60,94,62)
#304C33
(48,76,51)
#243A28
(36,58,40)
#18281D
(24,40,29)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #84CA80

#84CA80
(132,202,128)
#8FCE8B
(143,206,139)
#9AD296
(154,210,150)
#A5D6A1
(165,214,161)
#B0DAAC
(176,218,172)
#BBDEB7
(187,222,183)
#C6E2C2
(198,226,194)
#D1E6CD
(209,230,205)
#DCEAD8
(220,234,216)
#E7EEE3
(231,238,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CA80; }

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

This text font color is #84CA80.


Background Color

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

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

This div background color is #84CA80.


Border color

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

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

This div border color is #84CA80.


Opacity

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

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

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

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

This text has shadow with #84CA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CA80 on black background.


Color preview on white background

This text has color #84CA80 on white background.



Black color preview on #84CA80 background

This text has black color on #84CA80 background.


White color preview on #84CA80 background

This text has white color on #84CA80 background.