COLOR #84C362

HEX: #84C362 RGB: (132,195,98)

Color info

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

RGB color model

#84C362 color RGB value is (132,195,98).

RGB: (132,195,98) (52%, 76%, 38%)

RGB channels and saturation

R 132 of 255 = 52%
G 195 of 255 = 76%
B 98 of 255 = 38%

132
195
98

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

Portions of RGB colors in percentages

R + G + B = 132 + 195 + 98 = 425 (100%)
R 132 of 425 ~ 31.06%
G 195 of 425 ~ 45.88%
B 98 of 425 ~ 23.06'%

%31.06
%45.88
%23.06

CMYK color model

#84C362 color CMYK value is (32,0,50,24).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 49.74%
  • key color value is 23.53%
CMYK: (32,0,50,24) C32M0Y50K24 (32%,0%,50%,24%) (0.32/0.00/0.50/0.24) 

CMYK percentages

%32.31
%0
%49.74
%23.53

Codes

Color #84C362 in popluar color models

84 C3 62
RGB 132 195 98
HSL 99° 44.70% 57.45%
HSB/HSV 99° 49.74% 76.47%
CMYK 32.31% 0.00% 49.74%
23.53%

Color #84C362 in popluar number systems.

HEX 84 C3 62
Decimal 132 195 98
Binary 10000100 11000011 1100010
Octal 204 303 142

Shades and tints

Shades of #84C362

#84C362
(132,195,98)
#78B25A
(120,178,90)
#6CA152
(108,161,82)
#60904A
(96,144,74)
#547F42
(84,127,66)
#486E3A
(72,110,58)
#3C5D32
(60,93,50)
#304C2A
(48,76,42)
#243B22
(36,59,34)
#182A1A
(24,42,26)
#0C1912
(12,25,18)
#000000
(0,0,0)

Tints of #84C362

#84C362
(132,195,98)
#8FC870
(143,200,112)
#9ACD7E
(154,205,126)
#A5D28C
(165,210,140)
#B0D79A
(176,215,154)
#BBDCA8
(187,220,168)
#C6E1B6
(198,225,182)
#D1E6C4
(209,230,196)
#DCEBD2
(220,235,210)
#E7F0E0
(231,240,224)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C362 color. Also use rgb(132,195,98) instead hex code.

Text Font Color

.myTextColor { color: #84C362; }

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

This text font color is #84C362.

Background Color

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

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

This div background color is #84C362.

Border color

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

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

This div border color is #84C362.

Opacity

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

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

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

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

This text has shadow with #84C362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C362.

Preview

Color preview on black background

This text has color #84C362 on black background.


Color preview on white background

This text has color #84C362 on white background.


Black color preview on #84C362 background

This text has black color on #84C362 background.


White color preview on #84C362 background

This text has white color on #84C362 background.


Related colors

Complementary color

Complementary color for #hex is #7B3C9D.


I love getcolorcode.com

Triadic colors

1 #6284C3 and #C36284 with #84C362 are triadic colors.

2 #62C384 and #C38462 with #84C362 are triadic colors.