COLOR #84C546

HEX: #84C546 RGB: (132,197,70)

Color info

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

RGB color model

#84C546 color RGB value is (132,197,70).

RGB: (132,197,70) (52%, 77%, 27%)

RGB channels and saturation

R 132 of 255 = 52%
G 197 of 255 = 77%
B 70 of 255 = 27%

132
197
70

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

Portions of RGB colors in percentages

R + G + B = 132 + 197 + 70 = 399 (100%)
R 132 of 399 ~ 33.08%
G 197 of 399 ~ 49.37%
B 70 of 399 ~ 17.54'%

%33.08
%49.37
%17.54

CMYK color model

#84C546 color CMYK value is (33,0,64,23).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 64.47%
  • key color value is 22.75%

CMYK: (33,0,64,23)
C33M0Y64K23 (33%, 0%, 64%, 23%)
(0.33 / 0.00 / 0.64 / 0.23)

CMYK percentages

%32.99
%0
%64.47
%22.75

Codes

Color #84C546 in popluar color models

84 C5 46
RGB 132 197 70
HSL 91° 52.26% 52.35%
HSB/HSV 91° 64.47% 77.25%
CMYK 32.99% 0.00% 64.47%
22.75%

Color #84C546 in popluar number systems.

HEX 84 C5 46
Decimal 132 197 70
Binary 10000100 11000101 1000110
Octal 204 305 106

Shades and tints

Shades of #84C546

#84C546
(132,197,70)
#78B440
(120,180,64)
#6CA33A
(108,163,58)
#609234
(96,146,52)
#54812E
(84,129,46)
#487028
(72,112,40)
#3C5F22
(60,95,34)
#304E1C
(48,78,28)
#243D16
(36,61,22)
#182C10
(24,44,16)
#0C1B0A
(12,27,10)
#000000
(0,0,0)

Tints of #84C546

#84C546
(132,197,70)
#8FCA56
(143,202,86)
#9ACF66
(154,207,102)
#A5D476
(165,212,118)
#B0D986
(176,217,134)
#BBDE96
(187,222,150)
#C6E3A6
(198,227,166)
#D1E8B6
(209,232,182)
#DCEDC6
(220,237,198)
#E7F2D6
(231,242,214)
#F2F7E6
(242,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C546; }

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

This text font color is #84C546.

Background Color

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

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

This div background color is #84C546.

Border color

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

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

This div border color is #84C546.

Opacity

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

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

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

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

This text has shadow with #84C546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C546.

Preview

Color preview on black background

This text has color #84C546 on black background.


Color preview on white background

This text has color #84C546 on white background.


Black color preview on #84C546 background

This text has black color on #84C546 background.


White color preview on #84C546 background

This text has white color on #84C546 background.


Related colors

Complementary color

Complementary color for #hex is #7B3AB9.


I love getcolorcode.com

Triadic colors

1 #4684C5 and #C54684 with #84C546 are triadic colors.

2 #46C584 and #C58446 with #84C546 are triadic colors.