COLOR #84D494

HEX: #84D494
RGB: (132,212,148)

Color info

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

RGB color model

#84D494 color RGB value is (132,212,148).

  • red value is 132;
  • green value is 212;
  • blue value is 148.
RGB:
(132,212,148)
(52%,83%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 212 of 255 = 83%
B 148 of 255 = 58%

132
212
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 212 + 148 = 492 (100%)
R 132 of 492 ~ 26.83%
G 212 of 492 ~ 43.09%
B 148 of 492 ~ 30.08%

%26.83
%43.09
%30.08

CMYK color model

#84D494 color CMYK value is (38,0,30,17).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 16.86%
CMYK:
(38,0,30,17)
C38M0Y30K17 
(38%,0%,30%,17%)
(0.38/0.00/0.30/0.17)	

CMYK percentages

%37.74
%0
%30.19
%16.86

Codes

Color #84D494 in popluar color models

84D494
RGB132212148
HSL132°48.19%67.45%
HSB/HSV132°37.74%83.14%
CMYK37.74%0.00%30.19%
16.86%

Color #84D494 in popluar number systems.

HEX84D494
Decimal132212148
Binary100001001101010010010100
Octal204324224

Shades and tints

Shades of #84D494

#84D494
(132,212,148)
#78C187
(120,193,135)
#6CAE7A
(108,174,122)
#609B6D
(96,155,109)
#548860
(84,136,96)
#487553
(72,117,83)
#3C6246
(60,98,70)
#304F39
(48,79,57)
#243C2C
(36,60,44)
#18291F
(24,41,31)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #84D494

#84D494
(132,212,148)
#8FD79D
(143,215,157)
#9ADAA6
(154,218,166)
#A5DDAF
(165,221,175)
#B0E0B8
(176,224,184)
#BBE3C1
(187,227,193)
#C6E6CA
(198,230,202)
#D1E9D3
(209,233,211)
#DCECDC
(220,236,220)
#E7EFE5
(231,239,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D494 color. Also use rgb(132,212,148) instead hex code.

Text Font Color

.myTextColor { color: #84D494; }

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

This text font color is #84D494.


Background Color

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

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

This div background color is #84D494.


Border color

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

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

This div border color is #84D494.


Opacity

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

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

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

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

This text has shadow with #84D494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D494 on black background.


Color preview on white background

This text has color #84D494 on white background.



Black color preview on #84D494 background

This text has black color on #84D494 background.


White color preview on #84D494 background

This text has white color on #84D494 background.