COLOR #84CA7D

HEX: #84CA7D
RGB: (132,202,125)

Color info

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

RGB color model

#84CA7D color RGB value is (132,202,125).

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

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 125 of 255 = 49%

132
202
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 125 = 459 (100%)
R 132 of 459 ~ 28.76%
G 202 of 459 ~ 44.01%
B 125 of 459 ~ 27.23%

%28.76
%44.01
%27.23

CMYK color model

#84CA7D color CMYK value is (35,0,38,21).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 20.78%
CMYK:
(35,0,38,21)
C35M0Y38K21 
(35%,0%,38%,21%)
(0.35/0.00/0.38/0.21)	

CMYK percentages

%34.65
%0
%38.12
%20.78

Codes

Color #84CA7D in popluar color models

84CA7D
RGB132202125
HSL115°42.08%64.12%
HSB/HSV115°38.12%79.22%
CMYK34.65%0.00%38.12%
20.78%

Color #84CA7D in popluar number systems.

HEX84CA7D
Decimal132202125
Binary10000100110010101111101
Octal204312175

Shades and tints

Shades of #84CA7D

#84CA7D
(132,202,125)
#78B872
(120,184,114)
#6CA667
(108,166,103)
#60945C
(96,148,92)
#548251
(84,130,81)
#487046
(72,112,70)
#3C5E3B
(60,94,59)
#304C30
(48,76,48)
#243A25
(36,58,37)
#18281A
(24,40,26)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #84CA7D

#84CA7D
(132,202,125)
#8FCE88
(143,206,136)
#9AD293
(154,210,147)
#A5D69E
(165,214,158)
#B0DAA9
(176,218,169)
#BBDEB4
(187,222,180)
#C6E2BF
(198,226,191)
#D1E6CA
(209,230,202)
#DCEAD5
(220,234,213)
#E7EEE0
(231,238,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CA7D; }

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

This text font color is #84CA7D.


Background Color

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

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

This div background color is #84CA7D.


Border color

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

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

This div border color is #84CA7D.


Opacity

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

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

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

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

This text has shadow with #84CA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CA7D on black background.


Color preview on white background

This text has color #84CA7D on white background.



Black color preview on #84CA7D background

This text has black color on #84CA7D background.


White color preview on #84CA7D background

This text has white color on #84CA7D background.