COLOR #84FD9C

HEX: #84FD9C
RGB: (132,253,156)

Color info

#84FD9C contains mainly green color. Web safe color of #84FD9C is #99FF99 (or #9F9).

RGB color model

#84FD9C color RGB value is (132,253,156).

  • red value is 132;
  • green value is 253;
  • blue value is 156.
RGB:
(132,253,156)
(52%,99%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 253 of 255 = 99%
B 156 of 255 = 61%

132
253
156

R + G + B ~ 71%. #84FD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 253 + 156 = 541 (100%)
R 132 of 541 ~ 24.4%
G 253 of 541 ~ 46.77%
B 156 of 541 ~ 28.84%

%24.4
%46.77
%28.84

CMYK color model

#84FD9C color CMYK value is (48,0,38,1).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 0.78%
CMYK:
(48,0,38,1)
C48M0Y38K1 
(48%,0%,38%,1%)
(0.48/0.00/0.38/0.01)	

CMYK percentages

%47.83
%0
%38.34
%0.78

Codes

Color #84FD9C in popluar color models

84FD9C
RGB132253156
HSL132°96.80%75.49%
HSB/HSV132°47.83%99.22%
CMYK47.83%0.00%38.34%
0.78%

Color #84FD9C in popluar number systems.

HEX84FD9C
Decimal132253156
Binary100001001111110110011100
Octal204375234

Shades and tints

Shades of #84FD9C

#84FD9C
(132,253,156)
#78E68E
(120,230,142)
#6CCF80
(108,207,128)
#60B872
(96,184,114)
#54A164
(84,161,100)
#488A56
(72,138,86)
#3C7348
(60,115,72)
#305C3A
(48,92,58)
#24452C
(36,69,44)
#182E1E
(24,46,30)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84FD9C

#84FD9C
(132,253,156)
#8FFDA5
(143,253,165)
#9AFDAE
(154,253,174)
#A5FDB7
(165,253,183)
#B0FDC0
(176,253,192)
#BBFDC9
(187,253,201)
#C6FDD2
(198,253,210)
#D1FDDB
(209,253,219)
#DCFDE4
(220,253,228)
#E7FDED
(231,253,237)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FD9C color. Also use rgb(132,253,156) instead hex code.

Text Font Color

.myTextColor { color: #84FD9C; }

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

This text font color is #84FD9C.


Background Color

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

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

This div background color is #84FD9C.


Border color

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

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

This div border color is #84FD9C.


Opacity

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

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

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

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

This text has shadow with #84FD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FD9C on black background.


Color preview on white background

This text has color #84FD9C on white background.



Black color preview on #84FD9C background

This text has black color on #84FD9C background.


White color preview on #84FD9C background

This text has white color on #84FD9C background.