COLOR #84CC8D

HEX: #84CC8D
RGB: (132,204,141)

Color info

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

RGB color model

#84CC8D color RGB value is (132,204,141).

  • red value is 132;
  • green value is 204;
  • blue value is 141.
RGB:
(132,204,141)
(52%,80%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 204 of 255 = 80%
B 141 of 255 = 55%

132
204
141

R + G + B ~ 62%. #84CC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 204 + 141 = 477 (100%)
R 132 of 477 ~ 27.67%
G 204 of 477 ~ 42.77%
B 141 of 477 ~ 29.56%

%27.67
%42.77
%29.56

CMYK color model

#84CC8D color CMYK value is (35,0,31,20).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 20.00%
CMYK:
(35,0,31,20)
C35M0Y31K20 
(35%,0%,31%,20%)
(0.35/0.00/0.31/0.20)	

CMYK percentages

%35.29
%0
%30.88
%20

Codes

Color #84CC8D in popluar color models

84CC8D
RGB132204141
HSL128°41.38%65.88%
HSB/HSV128°35.29%80.00%
CMYK35.29%0.00%30.88%
20.00%

Color #84CC8D in popluar number systems.

HEX84CC8D
Decimal132204141
Binary100001001100110010001101
Octal204314215

Shades and tints

Shades of #84CC8D

#84CC8D
(132,204,141)
#78BA81
(120,186,129)
#6CA875
(108,168,117)
#609669
(96,150,105)
#54845D
(84,132,93)
#487251
(72,114,81)
#3C6045
(60,96,69)
#304E39
(48,78,57)
#243C2D
(36,60,45)
#182A21
(24,42,33)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #84CC8D

#84CC8D
(132,204,141)
#8FD097
(143,208,151)
#9AD4A1
(154,212,161)
#A5D8AB
(165,216,171)
#B0DCB5
(176,220,181)
#BBE0BF
(187,224,191)
#C6E4C9
(198,228,201)
#D1E8D3
(209,232,211)
#DCECDD
(220,236,221)
#E7F0E7
(231,240,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CC8D; }

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

This text font color is #84CC8D.


Background Color

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

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

This div background color is #84CC8D.


Border color

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

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

This div border color is #84CC8D.


Opacity

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

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

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

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

This text has shadow with #84CC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CC8D on black background.


Color preview on white background

This text has color #84CC8D on white background.



Black color preview on #84CC8D background

This text has black color on #84CC8D background.


White color preview on #84CC8D background

This text has white color on #84CC8D background.