COLOR #84F05D

HEX: #84F05D
RGB: (132,240,93)

Color info

#84F05D contains mainly green color. Web safe color of #84F05D is #99FF66 (or #9F6).

RGB color model

#84F05D color RGB value is (132,240,93).

  • red value is 132;
  • green value is 240;
  • blue value is 93.
RGB:
(132,240,93)
(52%,94%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 240 of 255 = 94%
B 93 of 255 = 36%

132
240
93

R + G + B ~ 61%. #84F05D is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 240 + 93 = 465 (100%)
R 132 of 465 ~ 28.39%
G 240 of 465 ~ 51.61%
B 93 of 465 ~ 20%

%28.39
%51.61
%20

CMYK color model

#84F05D color CMYK value is (45,0,61,6).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 5.88%
CMYK:
(45,0,61,6)
C45M0Y61K6 
(45%,0%,61%,6%)
(0.45/0.00/0.61/0.06)	

CMYK percentages

%45
%0
%61.25
%5.88

Codes

Color #84F05D in popluar color models

84F05D
RGB13224093
HSL104°83.05%65.29%
HSB/HSV104°61.25%94.12%
CMYK45.00%0.00%61.25%
5.88%

Color #84F05D in popluar number systems.

HEX84F05D
Decimal13224093
Binary10000100111100001011101
Octal204360135

Shades and tints

Shades of #84F05D

#84F05D
(132,240,93)
#78DB55
(120,219,85)
#6CC64D
(108,198,77)
#60B145
(96,177,69)
#549C3D
(84,156,61)
#488735
(72,135,53)
#3C722D
(60,114,45)
#305D25
(48,93,37)
#24481D
(36,72,29)
#183315
(24,51,21)
#0C1E0D
(12,30,13)
#000000
(0,0,0)

Tints of #84F05D

#84F05D
(132,240,93)
#8FF16B
(143,241,107)
#9AF279
(154,242,121)
#A5F387
(165,243,135)
#B0F495
(176,244,149)
#BBF5A3
(187,245,163)
#C6F6B1
(198,246,177)
#D1F7BF
(209,247,191)
#DCF8CD
(220,248,205)
#E7F9DB
(231,249,219)
#F2FAE9
(242,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F05D color. Also use rgb(132,240,93) instead hex code.

Text Font Color

.myTextColor { color: #84F05D; }

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

This text font color is #84F05D.


Background Color

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

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

This div background color is #84F05D.


Border color

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

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

This div border color is #84F05D.


Opacity

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

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

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

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

This text has shadow with #84F05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F05D on black background.


Color preview on white background

This text has color #84F05D on white background.



Black color preview on #84F05D background

This text has black color on #84F05D background.


White color preview on #84F05D background

This text has white color on #84F05D background.