COLOR #84C38D

HEX: #84C38D
RGB: (132,195,141)

Color info

#84C38D contains mainly green and blue colors. Web safe color of #84C38D is #99CC99 (or #9C9).

RGB color model

#84C38D color RGB value is (132,195,141).

  • red value is 132;
  • green value is 195;
  • blue value is 141.
RGB:
(132,195,141)
(52%,76%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 195 of 255 = 76%
B 141 of 255 = 55%

132
195
141

R + G + B ~ 61%. #84C38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 195 + 141 = 468 (100%)
R 132 of 468 ~ 28.21%
G 195 of 468 ~ 41.67%
B 141 of 468 ~ 30.13%

%28.21
%41.67
%30.13

CMYK color model

#84C38D color CMYK value is (32,0,28,24).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK:
(32,0,28,24)
C32M0Y28K24 
(32%,0%,28%,24%)
(0.32/0.00/0.28/0.24)	

CMYK percentages

%32.31
%0
%27.69
%23.53

Codes

Color #84C38D in popluar color models

84C38D
RGB132195141
HSL129°34.43%64.12%
HSB/HSV129°32.31%76.47%
CMYK32.31%0.00%27.69%
23.53%

Color #84C38D in popluar number systems.

HEX84C38D
Decimal132195141
Binary100001001100001110001101
Octal204303215

Shades and tints

Shades of #84C38D

#84C38D
(132,195,141)
#78B281
(120,178,129)
#6CA175
(108,161,117)
#609069
(96,144,105)
#547F5D
(84,127,93)
#486E51
(72,110,81)
#3C5D45
(60,93,69)
#304C39
(48,76,57)
#243B2D
(36,59,45)
#182A21
(24,42,33)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #84C38D

#84C38D
(132,195,141)
#8FC897
(143,200,151)
#9ACDA1
(154,205,161)
#A5D2AB
(165,210,171)
#B0D7B5
(176,215,181)
#BBDCBF
(187,220,191)
#C6E1C9
(198,225,201)
#D1E6D3
(209,230,211)
#DCEBDD
(220,235,221)
#E7F0E7
(231,240,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C38D; }

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

This text font color is #84C38D.


Background Color

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

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

This div background color is #84C38D.


Border color

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

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

This div border color is #84C38D.


Opacity

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

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

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

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

This text has shadow with #84C38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C38D on black background.


Color preview on white background

This text has color #84C38D on white background.



Black color preview on #84C38D background

This text has black color on #84C38D background.


White color preview on #84C38D background

This text has white color on #84C38D background.