COLOR #84CA85

HEX: #84CA85
RGB: (132,202,133)

Color info

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

RGB color model

#84CA85 color RGB value is (132,202,133).

  • red value is 132;
  • green value is 202;
  • blue value is 133.
RGB:
(132,202,133)
(52%,79%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 133 of 255 = 52%

132
202
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 133 = 467 (100%)
R 132 of 467 ~ 28.27%
G 202 of 467 ~ 43.25%
B 133 of 467 ~ 28.48%

%28.27
%43.25
%28.48

CMYK color model

#84CA85 color CMYK value is (35,0,34,21).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 34.16%
  • key color value is 20.78%
CMYK:
(35,0,34,21)
C35M0Y34K21 
(35%,0%,34%,21%)
(0.35/0.00/0.34/0.21)	

CMYK percentages

%34.65
%0
%34.16
%20.78

Codes

Color #84CA85 in popluar color models

84CA85
RGB132202133
HSL121°39.77%65.49%
HSB/HSV121°34.65%79.22%
CMYK34.65%0.00%34.16%
20.78%

Color #84CA85 in popluar number systems.

HEX84CA85
Decimal132202133
Binary100001001100101010000101
Octal204312205

Shades and tints

Shades of #84CA85

#84CA85
(132,202,133)
#78B879
(120,184,121)
#6CA66D
(108,166,109)
#609461
(96,148,97)
#548255
(84,130,85)
#487049
(72,112,73)
#3C5E3D
(60,94,61)
#304C31
(48,76,49)
#243A25
(36,58,37)
#182819
(24,40,25)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #84CA85

#84CA85
(132,202,133)
#8FCE90
(143,206,144)
#9AD29B
(154,210,155)
#A5D6A6
(165,214,166)
#B0DAB1
(176,218,177)
#BBDEBC
(187,222,188)
#C6E2C7
(198,226,199)
#D1E6D2
(209,230,210)
#DCEADD
(220,234,221)
#E7EEE8
(231,238,232)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CA85 color. Also use rgb(132,202,133) instead hex code.

Text Font Color

.myTextColor { color: #84CA85; }

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

This text font color is #84CA85.


Background Color

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

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

This div background color is #84CA85.


Border color

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

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

This div border color is #84CA85.


Opacity

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

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

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

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

This text has shadow with #84CA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CA85 on black background.


Color preview on white background

This text has color #84CA85 on white background.



Black color preview on #84CA85 background

This text has black color on #84CA85 background.


White color preview on #84CA85 background

This text has white color on #84CA85 background.