COLOR #84C59D

HEX: #84C59D RGB: (132,197,157)

Color info

#84C59D contains mainly green and blue colors. Web safe color of #84C59D is #99CC99 (or #9C9).

RGB color model

#84C59D color RGB value is (132,197,157).

RGB: (132,197,157) (52%, 77%, 62%)

RGB channels and saturation

R 132 of 255 = 52%
G 197 of 255 = 77%
B 157 of 255 = 62%

132
197
157

R + G + B ~ 64%. #84C59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 197 + 157 = 486 (100%)
R 132 of 486 ~ 27.16%
G 197 of 486 ~ 40.53%
B 157 of 486 ~ 32.3'%

%27.16
%40.53
%32.3

CMYK color model

#84C59D color CMYK value is (33,0,20,23).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK: (33,0,20,23) C33M0Y20K23 (33%,0%,20%,23%) (0.33/0.00/0.20/0.23) 

CMYK percentages

%32.99
%0
%20.3
%22.75

Codes

Color #84C59D in popluar color models

84 C5 9D
RGB 132 197 157
HSL 143° 35.91% 64.51%
HSB/HSV 143° 32.99% 77.25%
CMYK 32.99% 0.00% 20.30%
22.75%

Color #84C59D in popluar number systems.

HEX 84 C5 9D
Decimal 132 197 157
Binary 10000100 11000101 10011101
Octal 204 305 235

Shades and tints

Shades of #84C59D

#84C59D
(132,197,157)
#78B48F
(120,180,143)
#6CA381
(108,163,129)
#609273
(96,146,115)
#548165
(84,129,101)
#487057
(72,112,87)
#3C5F49
(60,95,73)
#304E3B
(48,78,59)
#243D2D
(36,61,45)
#182C1F
(24,44,31)
#0C1B11
(12,27,17)
#000000
(0,0,0)

Tints of #84C59D

#84C59D
(132,197,157)
#8FCAA5
(143,202,165)
#9ACFAD
(154,207,173)
#A5D4B5
(165,212,181)
#B0D9BD
(176,217,189)
#BBDEC5
(187,222,197)
#C6E3CD
(198,227,205)
#D1E8D5
(209,232,213)
#DCEDDD
(220,237,221)
#E7F2E5
(231,242,229)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C59D; }

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

This text font color is #84C59D.

Background Color

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

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

This div background color is #84C59D.

Border color

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

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

This div border color is #84C59D.

Opacity

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

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

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

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

This text has shadow with #84C59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C59D.

Preview

Color preview on black background

This text has color #84C59D on black background.


Color preview on white background

This text has color #84C59D on white background.


Black color preview on #84C59D background

This text has black color on #84C59D background.


White color preview on #84C59D background

This text has white color on #84C59D background.


Related colors

Complementary color

Complementary color for #hex is #7B3A62.


I love getcolorcode.com

Triadic colors

1 #9D84C5 and #C59D84 with #84C59D are triadic colors.

2 #9DC584 and #C5849D with #84C59D are triadic colors.