COLOR #84FDA7

HEX: #84FDA7
RGB: (132,253,167)

Color info

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

RGB color model

#84FDA7 color RGB value is (132,253,167).

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

RGB channels and saturation

R 132 of 255 = 52%
G 253 of 255 = 99%
B 167 of 255 = 65%

132
253
167

R + G + B ~ 72%. #84FDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 253 + 167 = 552 (100%)
R 132 of 552 ~ 23.91%
G 253 of 552 ~ 45.83%
B 167 of 552 ~ 30.25%

%23.91
%45.83
%30.25

CMYK color model

#84FDA7 color CMYK value is (48,0,34,1).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(48,0,34,1)
C48M0Y34K1 
(48%,0%,34%,1%)
(0.48/0.00/0.34/0.01)	

CMYK percentages

%47.83
%0
%33.99
%0.78

Codes

Color #84FDA7 in popluar color models

84FDA7
RGB132253167
HSL137°96.80%75.49%
HSB/HSV137°47.83%99.22%
CMYK47.83%0.00%33.99%
0.78%

Color #84FDA7 in popluar number systems.

HEX84FDA7
Decimal132253167
Binary100001001111110110100111
Octal204375247

Shades and tints

Shades of #84FDA7

#84FDA7
(132,253,167)
#78E698
(120,230,152)
#6CCF89
(108,207,137)
#60B87A
(96,184,122)
#54A16B
(84,161,107)
#488A5C
(72,138,92)
#3C734D
(60,115,77)
#305C3E
(48,92,62)
#24452F
(36,69,47)
#182E20
(24,46,32)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84FDA7

#84FDA7
(132,253,167)
#8FFDAF
(143,253,175)
#9AFDB7
(154,253,183)
#A5FDBF
(165,253,191)
#B0FDC7
(176,253,199)
#BBFDCF
(187,253,207)
#C6FDD7
(198,253,215)
#D1FDDF
(209,253,223)
#DCFDE7
(220,253,231)
#E7FDEF
(231,253,239)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84FDA7; }

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

This text font color is #84FDA7.


Background Color

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

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

This div background color is #84FDA7.


Border color

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

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

This div border color is #84FDA7.


Opacity

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

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

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

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

This text has shadow with #84FDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FDA7 on black background.


Color preview on white background

This text has color #84FDA7 on white background.



Black color preview on #84FDA7 background

This text has black color on #84FDA7 background.


White color preview on #84FDA7 background

This text has white color on #84FDA7 background.