COLOR #84C96F

HEX: #84C96F RGB: (132,201,111)

Color info

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

RGB color model

#84C96F color RGB value is (132,201,111).

RGB: (132,201,111) (52%, 79%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 201 of 255 = 79%
B 111 of 255 = 44%

132
201
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 201 + 111 = 444 (100%)
R 132 of 444 ~ 29.73%
G 201 of 444 ~ 45.27%
B 111 of 444 ~ 25'%

%29.73
%45.27
%25

CMYK color model

#84C96F color CMYK value is (34,0,45,21).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 21.18%

CMYK: (34,0,45,21)
C34M0Y45K21 (34%, 0%, 45%, 21%)
(0.34 / 0.00 / 0.45 / 0.21)

CMYK percentages

%34.33
%0
%44.78
%21.18

Codes

Color #84C96F in popluar color models

84 C9 6F
RGB 132 201 111
HSL 106° 45.45% 61.18%
HSB/HSV 106° 44.78% 78.82%
CMYK 34.33% 0.00% 44.78%
21.18%

Color #84C96F in popluar number systems.

HEX 84 C9 6F
Decimal 132 201 111
Binary 10000100 11001001 1101111
Octal 204 311 157

Shades and tints

Shades of #84C96F

#84C96F
(132,201,111)
#78B765
(120,183,101)
#6CA55B
(108,165,91)
#609351
(96,147,81)
#548147
(84,129,71)
#486F3D
(72,111,61)
#3C5D33
(60,93,51)
#304B29
(48,75,41)
#24391F
(36,57,31)
#182715
(24,39,21)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #84C96F

#84C96F
(132,201,111)
#8FCD7C
(143,205,124)
#9AD189
(154,209,137)
#A5D596
(165,213,150)
#B0D9A3
(176,217,163)
#BBDDB0
(187,221,176)
#C6E1BD
(198,225,189)
#D1E5CA
(209,229,202)
#DCE9D7
(220,233,215)
#E7EDE4
(231,237,228)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C96F; }

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

This text font color is #84C96F.

Background Color

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

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

This div background color is #84C96F.

Border color

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

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

This div border color is #84C96F.

Opacity

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

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

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

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

This text has shadow with #84C96F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C96F.

Preview

Color preview on black background

This text has color #84C96F on black background.


Color preview on white background

This text has color #84C96F on white background.


Black color preview on #84C96F background

This text has black color on #84C96F background.


White color preview on #84C96F background

This text has white color on #84C96F background.


Related colors

Complementary color

Complementary color for #hex is #7B3690.


I love getcolorcode.com

Triadic colors

1 #6F84C9 and #C96F84 with #84C96F are triadic colors.

2 #6FC984 and #C9846F with #84C96F are triadic colors.