COLOR #84CD99

HEX: #84CD99
RGB: (132,205,153)

Color info

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

RGB color model

#84CD99 color RGB value is (132,205,153).

  • red value is 132;
  • green value is 205;
  • blue value is 153.
RGB:
(132,205,153)
(52%,80%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 205 of 255 = 80%
B 153 of 255 = 60%

132
205
153

R + G + B ~ 64%. #84CD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 205 + 153 = 490 (100%)
R 132 of 490 ~ 26.94%
G 205 of 490 ~ 41.84%
B 153 of 490 ~ 31.22%

%26.94
%41.84
%31.22

CMYK color model

#84CD99 color CMYK value is (36,0,25,20).

  • cyan value is 35.61%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(36,0,25,20)
C36M0Y25K20 
(36%,0%,25%,20%)
(0.36/0.00/0.25/0.20)	

CMYK percentages

%35.61
%0
%25.37
%19.61

Codes

Color #84CD99 in popluar color models

84CD99
RGB132205153
HSL137°42.20%66.08%
HSB/HSV137°35.61%80.39%
CMYK35.61%0.00%25.37%
19.61%

Color #84CD99 in popluar number systems.

HEX84CD99
Decimal132205153
Binary100001001100110110011001
Octal204315231

Shades and tints

Shades of #84CD99

#84CD99
(132,205,153)
#78BB8C
(120,187,140)
#6CA97F
(108,169,127)
#609772
(96,151,114)
#548565
(84,133,101)
#487358
(72,115,88)
#3C614B
(60,97,75)
#304F3E
(48,79,62)
#243D31
(36,61,49)
#182B24
(24,43,36)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #84CD99

#84CD99
(132,205,153)
#8FD1A2
(143,209,162)
#9AD5AB
(154,213,171)
#A5D9B4
(165,217,180)
#B0DDBD
(176,221,189)
#BBE1C6
(187,225,198)
#C6E5CF
(198,229,207)
#D1E9D8
(209,233,216)
#DCEDE1
(220,237,225)
#E7F1EA
(231,241,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CD99 color. Also use rgb(132,205,153) instead hex code.

Text Font Color

.myTextColor { color: #84CD99; }

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

This text font color is #84CD99.


Background Color

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

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

This div background color is #84CD99.


Border color

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

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

This div border color is #84CD99.


Opacity

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

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

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

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

This text has shadow with #84CD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CD99 on black background.


Color preview on white background

This text has color #84CD99 on white background.



Black color preview on #84CD99 background

This text has black color on #84CD99 background.


White color preview on #84CD99 background

This text has white color on #84CD99 background.