COLOR #84F310

HEX: #84F310
RGB: (132,243,16)

Color info

#84F310 contains mainly green color. Web safe color of #84F310 is #99FF00 (or #9F0).

RGB color model

#84F310 color RGB value is (132,243,16).

  • red value is 132;
  • green value is 243;
  • blue value is 16.
RGB:
(132,243,16)
(52%,95%,6%)

RGB channels and saturation

R 132 of 255 = 52%
G 243 of 255 = 95%
B 16 of 255 = 6%

132
243
16

R + G + B ~ 51%. #84F310 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 243 + 16 = 391 (100%)
R 132 of 391 ~ 33.76%
G 243 of 391 ~ 62.15%
B 16 of 391 ~ 4.09%

%33.76
%62.15

CMYK color model

#84F310 color CMYK value is (46,0,93,5).

  • cyan value is 45.68%
  • magenta value is 0.00%
  • yellow value is 93.42%
  • key color value is 4.71%
CMYK:
(46,0,93,5)
C46M0Y93K5 
(46%,0%,93%,5%)
(0.46/0.00/0.93/0.05)	

CMYK percentages

%45.68
%0
%93.42
%4.71

Codes

Color #84F310 in popluar color models

84F310
RGB13224316
HSL89°90.44%50.78%
HSB/HSV89°93.42%95.29%
CMYK45.68%0.00%93.42%
4.71%

Color #84F310 in popluar number systems.

HEX84F310
Decimal13224316
Binary100001001111001110000
Octal20436320

Shades and tints

Shades of #84F310

#84F310
(132,243,16)
#78DD0F
(120,221,15)
#6CC70E
(108,199,14)
#60B10D
(96,177,13)
#549B0C
(84,155,12)
#48850B
(72,133,11)
#3C6F0A
(60,111,10)
#305909
(48,89,9)
#244308
(36,67,8)
#182D07
(24,45,7)
#0C1706
(12,23,6)
#000000
(0,0,0)

Tints of #84F310

#84F310
(132,243,16)
#8FF425
(143,244,37)
#9AF53A
(154,245,58)
#A5F64F
(165,246,79)
#B0F764
(176,247,100)
#BBF879
(187,248,121)
#C6F98E
(198,249,142)
#D1FAA3
(209,250,163)
#DCFBB8
(220,251,184)
#E7FCCD
(231,252,205)
#F2FDE2
(242,253,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F310 color. Also use rgb(132,243,16) instead hex code.

Text Font Color

.myTextColor { color: #84F310; }

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

This text font color is #84F310.


Background Color

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

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

This div background color is #84F310.


Border color

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

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

This div border color is #84F310.


Opacity

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

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

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

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

This text has shadow with #84F310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F310 on black background.


Color preview on white background

This text has color #84F310 on white background.



Black color preview on #84F310 background

This text has black color on #84F310 background.


White color preview on #84F310 background

This text has white color on #84F310 background.