COLOR #84C770

HEX: #84C770
RGB: (132,199,112)

Color info

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

RGB color model

#84C770 color RGB value is (132,199,112).

  • red value is 132;
  • green value is 199;
  • blue value is 112.
RGB:
(132,199,112)
(52%,78%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 199 of 255 = 78%
B 112 of 255 = 44%

132
199
112

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

Portions of RGB colors in percentages

R + G + B =
132 + 199 + 112 = 443 (100%)
R 132 of 443 ~ 29.8%
G 199 of 443 ~ 44.92%
B 112 of 443 ~ 25.28%

%29.8
%44.92
%25.28

CMYK color model

#84C770 color CMYK value is (34,0,44,22).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(34,0,44,22)
C34M0Y44K22 
(34%,0%,44%,22%)
(0.34/0.00/0.44/0.22)	

CMYK percentages

%33.67
%0
%43.72
%21.96

Codes

Color #84C770 in popluar color models

84C770
RGB132199112
HSL106°43.72%60.98%
HSB/HSV106°43.72%78.04%
CMYK33.67%0.00%43.72%
21.96%

Color #84C770 in popluar number systems.

HEX84C770
Decimal132199112
Binary10000100110001111110000
Octal204307160

Shades and tints

Shades of #84C770

#84C770
(132,199,112)
#78B566
(120,181,102)
#6CA35C
(108,163,92)
#609152
(96,145,82)
#547F48
(84,127,72)
#486D3E
(72,109,62)
#3C5B34
(60,91,52)
#30492A
(48,73,42)
#243720
(36,55,32)
#182516
(24,37,22)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #84C770

#84C770
(132,199,112)
#8FCC7D
(143,204,125)
#9AD18A
(154,209,138)
#A5D697
(165,214,151)
#B0DBA4
(176,219,164)
#BBE0B1
(187,224,177)
#C6E5BE
(198,229,190)
#D1EACB
(209,234,203)
#DCEFD8
(220,239,216)
#E7F4E5
(231,244,229)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C770 color. Also use rgb(132,199,112) instead hex code.

Text Font Color

.myTextColor { color: #84C770; }

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

This text font color is #84C770.


Background Color

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

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

This div background color is #84C770.


Border color

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

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

This div border color is #84C770.


Opacity

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

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

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

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

This text has shadow with #84C770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C770 on black background.


Color preview on white background

This text has color #84C770 on white background.



Black color preview on #84C770 background

This text has black color on #84C770 background.


White color preview on #84C770 background

This text has white color on #84C770 background.