COLOR #84F494

HEX: #84F494
RGB: (132,244,148)

Color info

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

RGB color model

#84F494 color RGB value is (132,244,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 244 of 255 = 96%
B 148 of 255 = 58%

132
244
148

R + G + B ~ 69%. #84F494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 244 + 148 = 524 (100%)
R 132 of 524 ~ 25.19%
G 244 of 524 ~ 46.56%
B 148 of 524 ~ 28.24%

%25.19
%46.56
%28.24

CMYK color model

#84F494 color CMYK value is (46,0,39,4).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 4.31%
CMYK:
(46,0,39,4)
C46M0Y39K4 
(46%,0%,39%,4%)
(0.46/0.00/0.39/0.04)	

CMYK percentages

%45.9
%0
%39.34
%4.31

Codes

Color #84F494 in popluar color models

84F494
RGB132244148
HSL129°83.58%73.73%
HSB/HSV129°45.90%95.69%
CMYK45.90%0.00%39.34%
4.31%

Color #84F494 in popluar number systems.

HEX84F494
Decimal132244148
Binary100001001111010010010100
Octal204364224

Shades and tints

Shades of #84F494

#84F494
(132,244,148)
#78DE87
(120,222,135)
#6CC87A
(108,200,122)
#60B26D
(96,178,109)
#549C60
(84,156,96)
#488653
(72,134,83)
#3C7046
(60,112,70)
#305A39
(48,90,57)
#24442C
(36,68,44)
#182E1F
(24,46,31)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #84F494

#84F494
(132,244,148)
#8FF59D
(143,245,157)
#9AF6A6
(154,246,166)
#A5F7AF
(165,247,175)
#B0F8B8
(176,248,184)
#BBF9C1
(187,249,193)
#C6FACA
(198,250,202)
#D1FBD3
(209,251,211)
#DCFCDC
(220,252,220)
#E7FDE5
(231,253,229)
#F2FEEE
(242,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84F494; }

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

This text font color is #84F494.


Background Color

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

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

This div background color is #84F494.


Border color

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

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

This div border color is #84F494.


Opacity

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

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

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

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

This text has shadow with #84F494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F494 on black background.


Color preview on white background

This text has color #84F494 on white background.



Black color preview on #84F494 background

This text has black color on #84F494 background.


White color preview on #84F494 background

This text has white color on #84F494 background.