COLOR #84CB6D

HEX: #84CB6D
RGB: (132,203,109)

Color info

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

RGB color model

#84CB6D color RGB value is (132,203,109).

  • red value is 132;
  • green value is 203;
  • blue value is 109.
RGB:
(132,203,109)
(52%,80%,43%)

RGB channels and saturation

R 132 of 255 = 52%
G 203 of 255 = 80%
B 109 of 255 = 43%

132
203
109

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

Portions of RGB colors in percentages

R + G + B =
132 + 203 + 109 = 444 (100%)
R 132 of 444 ~ 29.73%
G 203 of 444 ~ 45.72%
B 109 of 444 ~ 24.55%

%29.73
%45.72
%24.55

CMYK color model

#84CB6D color CMYK value is (35,0,46,20).

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 20.39%
CMYK:
(35,0,46,20)
C35M0Y46K20 
(35%,0%,46%,20%)
(0.35/0.00/0.46/0.20)	

CMYK percentages

%34.98
%0
%46.31
%20.39

Codes

Color #84CB6D in popluar color models

84CB6D
RGB132203109
HSL105°47.47%61.18%
HSB/HSV105°46.31%79.61%
CMYK34.98%0.00%46.31%
20.39%

Color #84CB6D in popluar number systems.

HEX84CB6D
Decimal132203109
Binary10000100110010111101101
Octal204313155

Shades and tints

Shades of #84CB6D

#84CB6D
(132,203,109)
#78B964
(120,185,100)
#6CA75B
(108,167,91)
#609552
(96,149,82)
#548349
(84,131,73)
#487140
(72,113,64)
#3C5F37
(60,95,55)
#304D2E
(48,77,46)
#243B25
(36,59,37)
#18291C
(24,41,28)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84CB6D

#84CB6D
(132,203,109)
#8FCF7A
(143,207,122)
#9AD387
(154,211,135)
#A5D794
(165,215,148)
#B0DBA1
(176,219,161)
#BBDFAE
(187,223,174)
#C6E3BB
(198,227,187)
#D1E7C8
(209,231,200)
#DCEBD5
(220,235,213)
#E7EFE2
(231,239,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CB6D color. Also use rgb(132,203,109) instead hex code.

Text Font Color

.myTextColor { color: #84CB6D; }

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

This text font color is #84CB6D.


Background Color

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

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

This div background color is #84CB6D.


Border color

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

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

This div border color is #84CB6D.


Opacity

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

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

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

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

This text has shadow with #84CB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CB6D on black background.


Color preview on white background

This text has color #84CB6D on white background.



Black color preview on #84CB6D background

This text has black color on #84CB6D background.


White color preview on #84CB6D background

This text has white color on #84CB6D background.