COLOR #84C282

HEX: #84C282 RGB: (132,194,130)

Color info

#84C282 contains mainly green color. Web safe color of #84C282 is #99CC99 (or #9C9).

RGB color model

#84C282 color RGB value is (132,194,130).

RGB: (132,194,130) (52%, 76%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 130 of 255 = 51%

132
194
130

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

Portions of RGB colors in percentages

R + G + B = 132 + 194 + 130 = 456 (100%)
R 132 of 456 ~ 28.95%
G 194 of 456 ~ 42.54%
B 130 of 456 ~ 28.51'%

%28.95
%42.54
%28.51

CMYK color model

#84C282 color CMYK value is (32,0,33,24).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 23.92%
CMYK: (32,0,33,24) C32M0Y33K24 (32%,0%,33%,24%) (0.32/0.00/0.33/0.24) 

CMYK percentages

%31.96
%0
%32.99
%23.92

Codes

Color #84C282 in popluar color models

84 C2 82
RGB 132 194 130
HSL 118° 34.41% 63.53%
HSB/HSV 118° 32.99% 76.08%
CMYK 31.96% 0.00% 32.99%
23.92%

Color #84C282 in popluar number systems.

HEX 84 C2 82
Decimal 132 194 130
Binary 10000100 11000010 10000010
Octal 204 302 202

Shades and tints

Shades of #84C282

#84C282
(132,194,130)
#78B177
(120,177,119)
#6CA06C
(108,160,108)
#608F61
(96,143,97)
#547E56
(84,126,86)
#486D4B
(72,109,75)
#3C5C40
(60,92,64)
#304B35
(48,75,53)
#243A2A
(36,58,42)
#18291F
(24,41,31)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #84C282

#84C282
(132,194,130)
#8FC78D
(143,199,141)
#9ACC98
(154,204,152)
#A5D1A3
(165,209,163)
#B0D6AE
(176,214,174)
#BBDBB9
(187,219,185)
#C6E0C4
(198,224,196)
#D1E5CF
(209,229,207)
#DCEADA
(220,234,218)
#E7EFE5
(231,239,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C282 color. Also use rgb(132,194,130) instead hex code.

Text Font Color

.myTextColor { color: #84C282; }

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

This text font color is #84C282.

Background Color

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

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

This div background color is #84C282.

Border color

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

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

This div border color is #84C282.

Opacity

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

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

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

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

This text has shadow with #84C282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C282.

Preview

Color preview on black background

This text has color #84C282 on black background.


Color preview on white background

This text has color #84C282 on white background.


Black color preview on #84C282 background

This text has black color on #84C282 background.


White color preview on #84C282 background

This text has white color on #84C282 background.


Related colors

Complementary color

Complementary color for #hex is #7B3D7D.


I love getcolorcode.com

Triadic colors

1 #8284C2 and #C28284 with #84C282 are triadic colors.

2 #82C284 and #C28482 with #84C282 are triadic colors.