COLOR #84CD3C

HEX: #84CD3C
RGB: (132,205,60)

Color info

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

RGB color model

#84CD3C color RGB value is (132,205,60).

  • red value is 132;
  • green value is 205;
  • blue value is 60.
RGB:
(132,205,60)
(52%,80%,24%)

RGB channels and saturation

R 132 of 255 = 52%
G 205 of 255 = 80%
B 60 of 255 = 24%

132
205
60

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

Portions of RGB colors in percentages

R + G + B =
132 + 205 + 60 = 397 (100%)
R 132 of 397 ~ 33.25%
G 205 of 397 ~ 51.64%
B 60 of 397 ~ 15.11%

%33.25
%51.64
%15.11

CMYK color model

#84CD3C color CMYK value is (36,0,71,20).

  • cyan value is 35.61%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 19.61%
CMYK:
(36,0,71,20)
C36M0Y71K20 
(36%,0%,71%,20%)
(0.36/0.00/0.71/0.20)	

CMYK percentages

%35.61
%0
%70.73
%19.61

Codes

Color #84CD3C in popluar color models

84CD3C
RGB13220560
HSL90°59.18%51.96%
HSB/HSV90°70.73%80.39%
CMYK35.61%0.00%70.73%
19.61%

Color #84CD3C in popluar number systems.

HEX84CD3C
Decimal13220560
Binary1000010011001101111100
Octal20431574

Shades and tints

Shades of #84CD3C

#84CD3C
(132,205,60)
#78BB37
(120,187,55)
#6CA932
(108,169,50)
#60972D
(96,151,45)
#548528
(84,133,40)
#487323
(72,115,35)
#3C611E
(60,97,30)
#304F19
(48,79,25)
#243D14
(36,61,20)
#182B0F
(24,43,15)
#0C190A
(12,25,10)
#000000
(0,0,0)

Tints of #84CD3C

#84CD3C
(132,205,60)
#8FD14D
(143,209,77)
#9AD55E
(154,213,94)
#A5D96F
(165,217,111)
#B0DD80
(176,221,128)
#BBE191
(187,225,145)
#C6E5A2
(198,229,162)
#D1E9B3
(209,233,179)
#DCEDC4
(220,237,196)
#E7F1D5
(231,241,213)
#F2F5E6
(242,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CD3C; }

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

This text font color is #84CD3C.


Background Color

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

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

This div background color is #84CD3C.


Border color

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

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

This div border color is #84CD3C.


Opacity

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

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

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

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

This text has shadow with #84CD3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CD3C on black background.


Color preview on white background

This text has color #84CD3C on white background.



Black color preview on #84CD3C background

This text has black color on #84CD3C background.


White color preview on #84CD3C background

This text has white color on #84CD3C background.