COLOR #84BD1F

HEX: #84BD1F
RGB: (132,189,31)

Color info

#84BD1F contains mainly red and green colors. Web safe color of #84BD1F is #99CC33 (or #9C3).

RGB color model

#84BD1F color RGB value is (132,189,31).

  • red value is 132;
  • green value is 189;
  • blue value is 31.
RGB:
(132,189,31)
(52%,74%,12%)

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 31 of 255 = 12%

132
189
31

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 31 = 352 (100%)
R 132 of 352 ~ 37.5%
G 189 of 352 ~ 53.69%
B 31 of 352 ~ 8.81%

%37.5
%53.69

CMYK color model

#84BD1F color CMYK value is (30,0,84,26).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 83.60%
  • key color value is 25.88%
CMYK:
(30,0,84,26)
C30M0Y84K26 
(30%,0%,84%,26%)
(0.30/0.00/0.84/0.26)	

CMYK percentages

%30.16
%0
%83.6
%25.88

Codes

Color #84BD1F in popluar color models

84BD1F
RGB13218931
HSL82°71.82%43.14%
HSB/HSV82°83.60%74.12%
CMYK30.16%0.00%83.60%
25.88%

Color #84BD1F in popluar number systems.

HEX84BD1F
Decimal13218931
Binary100001001011110111111
Octal20427537

Shades and tints

Shades of #84BD1F

#84BD1F
(132,189,31)
#78AC1D
(120,172,29)
#6C9B1B
(108,155,27)
#608A19
(96,138,25)
#547917
(84,121,23)
#486815
(72,104,21)
#3C5713
(60,87,19)
#304611
(48,70,17)
#24350F
(36,53,15)
#18240D
(24,36,13)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #84BD1F

#84BD1F
(132,189,31)
#8FC333
(143,195,51)
#9AC947
(154,201,71)
#A5CF5B
(165,207,91)
#B0D56F
(176,213,111)
#BBDB83
(187,219,131)
#C6E197
(198,225,151)
#D1E7AB
(209,231,171)
#DCEDBF
(220,237,191)
#E7F3D3
(231,243,211)
#F2F9E7
(242,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BD1F color. Also use rgb(132,189,31) instead hex code.

Text Font Color

.myTextColor { color: #84BD1F; }

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

This text font color is #84BD1F.


Background Color

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

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

This div background color is #84BD1F.


Border color

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

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

This div border color is #84BD1F.


Opacity

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

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

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

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

This text has shadow with #84BD1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BD1F on black background.


Color preview on white background

This text has color #84BD1F on white background.



Black color preview on #84BD1F background

This text has black color on #84BD1F background.


White color preview on #84BD1F background

This text has white color on #84BD1F background.