COLOR #84C995

HEX: #84C995 RGB: (132,201,149)

Color info

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

RGB color model

#84C995 color RGB value is (132,201,149).

RGB: (132,201,149) (52%, 79%, 58%)

RGB channels and saturation

R 132 of 255 = 52%
G 201 of 255 = 79%
B 149 of 255 = 58%

132
201
149

R + G + B ~ 63%. #84C995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 201 + 149 = 482 (100%)
R 132 of 482 ~ 27.39%
G 201 of 482 ~ 41.7%
B 149 of 482 ~ 30.91'%

%27.39
%41.7
%30.91

CMYK color model

#84C995 color CMYK value is (34,0,26,21).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 25.87%
  • key color value is 21.18%
CMYK: (34,0,26,21) C34M0Y26K21 (34%,0%,26%,21%) (0.34/0.00/0.26/0.21) 

CMYK percentages

%34.33
%0
%25.87
%21.18

Codes

Color #84C995 in popluar color models

84 C9 95
RGB 132 201 149
HSL 135° 38.98% 65.29%
HSB/HSV 135° 34.33% 78.82%
CMYK 34.33% 0.00% 25.87%
21.18%

Color #84C995 in popluar number systems.

HEX 84 C9 95
Decimal 132 201 149
Binary 10000100 11001001 10010101
Octal 204 311 225

Shades and tints

Shades of #84C995

#84C995
(132,201,149)
#78B788
(120,183,136)
#6CA57B
(108,165,123)
#60936E
(96,147,110)
#548161
(84,129,97)
#486F54
(72,111,84)
#3C5D47
(60,93,71)
#304B3A
(48,75,58)
#24392D
(36,57,45)
#182720
(24,39,32)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84C995

#84C995
(132,201,149)
#8FCD9E
(143,205,158)
#9AD1A7
(154,209,167)
#A5D5B0
(165,213,176)
#B0D9B9
(176,217,185)
#BBDDC2
(187,221,194)
#C6E1CB
(198,225,203)
#D1E5D4
(209,229,212)
#DCE9DD
(220,233,221)
#E7EDE6
(231,237,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C995 color. Also use rgb(132,201,149) instead hex code.

Text Font Color

.myTextColor { color: #84C995; }

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

This text font color is #84C995.

Background Color

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

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

This div background color is #84C995.

Border color

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

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

This div border color is #84C995.

Opacity

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

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

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

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

This text has shadow with #84C995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C995.

Preview

Color preview on black background

This text has color #84C995 on black background.


Color preview on white background

This text has color #84C995 on white background.


Black color preview on #84C995 background

This text has black color on #84C995 background.


White color preview on #84C995 background

This text has white color on #84C995 background.


Related colors

Complementary color

Complementary color for #hex is #7B366A.


I love getcolorcode.com

Triadic colors

1 #9584C9 and #C99584 with #84C995 are triadic colors.

2 #95C984 and #C98495 with #84C995 are triadic colors.