COLOR #84C475

HEX: #84C475 RGB: (132,196,117)

Color info

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

RGB color model

#84C475 color RGB value is (132,196,117).

RGB: (132,196,117) (52%, 77%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 196 of 255 = 77%
B 117 of 255 = 46%

132
196
117

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

Portions of RGB colors in percentages

R + G + B = 132 + 196 + 117 = 445 (100%)
R 132 of 445 ~ 29.66%
G 196 of 445 ~ 44.04%
B 117 of 445 ~ 26.29'%

%29.66
%44.04
%26.29

CMYK color model

#84C475 color CMYK value is (33,0,40,23).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 23.14%

CMYK: (33,0,40,23)
C33M0Y40K23 (33%, 0%, 40%, 23%)
(0.33 / 0.00 / 0.40 / 0.23)

CMYK percentages

%32.65
%0
%40.31
%23.14

Codes

Color #84C475 in popluar color models

84 C4 75
RGB 132 196 117
HSL 109° 40.10% 61.37%
HSB/HSV 109° 40.31% 76.86%
CMYK 32.65% 0.00% 40.31%
23.14%

Color #84C475 in popluar number systems.

HEX 84 C4 75
Decimal 132 196 117
Binary 10000100 11000100 1110101
Octal 204 304 165

Shades and tints

Shades of #84C475

#84C475
(132,196,117)
#78B36B
(120,179,107)
#6CA261
(108,162,97)
#609157
(96,145,87)
#54804D
(84,128,77)
#486F43
(72,111,67)
#3C5E39
(60,94,57)
#304D2F
(48,77,47)
#243C25
(36,60,37)
#182B1B
(24,43,27)
#0C1A11
(12,26,17)
#000000
(0,0,0)

Tints of #84C475

#84C475
(132,196,117)
#8FC981
(143,201,129)
#9ACE8D
(154,206,141)
#A5D399
(165,211,153)
#B0D8A5
(176,216,165)
#BBDDB1
(187,221,177)
#C6E2BD
(198,226,189)
#D1E7C9
(209,231,201)
#DCECD5
(220,236,213)
#E7F1E1
(231,241,225)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C475 color. Also use rgb(132,196,117) instead hex code.

Text Font Color

.myTextColor { color: #84C475; }

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

This text font color is #84C475.

Background Color

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

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

This div background color is #84C475.

Border color

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

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

This div border color is #84C475.

Opacity

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

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

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

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

This text has shadow with #84C475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C475.

Preview

Color preview on black background

This text has color #84C475 on black background.


Color preview on white background

This text has color #84C475 on white background.


Black color preview on #84C475 background

This text has black color on #84C475 background.


White color preview on #84C475 background

This text has white color on #84C475 background.


Related colors

Complementary color

Complementary color for #hex is #7B3B8A.


I love getcolorcode.com

Triadic colors

1 #7584C4 and #C47584 with #84C475 are triadic colors.

2 #75C484 and #C48475 with #84C475 are triadic colors.