COLOR #84C764

HEX: #84C764
RGB: (132,199,100)

Color info

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

RGB color model

#84C764 color RGB value is (132,199,100).

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

RGB channels and saturation

R 132 of 255 = 52%
G 199 of 255 = 78%
B 100 of 255 = 39%

132
199
100

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

Portions of RGB colors in percentages

R + G + B =
132 + 199 + 100 = 431 (100%)
R 132 of 431 ~ 30.63%
G 199 of 431 ~ 46.17%
B 100 of 431 ~ 23.2%

%30.63
%46.17
%23.2

CMYK color model

#84C764 color CMYK value is (34,0,50,22).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 21.96%
CMYK:
(34,0,50,22)
C34M0Y50K22 
(34%,0%,50%,22%)
(0.34/0.00/0.50/0.22)	

CMYK percentages

%33.67
%0
%49.75
%21.96

Codes

Color #84C764 in popluar color models

84C764
RGB132199100
HSL101°46.92%58.63%
HSB/HSV101°49.75%78.04%
CMYK33.67%0.00%49.75%
21.96%

Color #84C764 in popluar number systems.

HEX84C764
Decimal132199100
Binary10000100110001111100100
Octal204307144

Shades and tints

Shades of #84C764

#84C764
(132,199,100)
#78B55B
(120,181,91)
#6CA352
(108,163,82)
#609149
(96,145,73)
#547F40
(84,127,64)
#486D37
(72,109,55)
#3C5B2E
(60,91,46)
#304925
(48,73,37)
#24371C
(36,55,28)
#182513
(24,37,19)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #84C764

#84C764
(132,199,100)
#8FCC72
(143,204,114)
#9AD180
(154,209,128)
#A5D68E
(165,214,142)
#B0DB9C
(176,219,156)
#BBE0AA
(187,224,170)
#C6E5B8
(198,229,184)
#D1EAC6
(209,234,198)
#DCEFD4
(220,239,212)
#E7F4E2
(231,244,226)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C764; }

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

This text font color is #84C764.


Background Color

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

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

This div background color is #84C764.


Border color

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

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

This div border color is #84C764.


Opacity

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

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

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

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

This text has shadow with #84C764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C764 on black background.


Color preview on white background

This text has color #84C764 on white background.



Black color preview on #84C764 background

This text has black color on #84C764 background.


White color preview on #84C764 background

This text has white color on #84C764 background.