COLOR #84BD1E

HEX: #84BD1E
RGB: (132,189,30)

Color info

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

RGB color model

#84BD1E color RGB value is (132,189,30).

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

RGB channels and saturation

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

132
189
30

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 30 = 351 (100%)
R 132 of 351 ~ 37.61%
G 189 of 351 ~ 53.85%
B 30 of 351 ~ 8.55%

%37.61
%53.85

CMYK color model

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

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 84.13%
  • 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
%84.13
%25.88

Codes

Color #84BD1E in popluar color models

84BD1E
RGB13218930
HSL82°72.60%42.94%
HSB/HSV82°84.13%74.12%
CMYK30.16%0.00%84.13%
25.88%

Color #84BD1E in popluar number systems.

HEX84BD1E
Decimal13218930
Binary100001001011110111110
Octal20427536

Shades and tints

Shades of #84BD1E

#84BD1E
(132,189,30)
#78AC1C
(120,172,28)
#6C9B1A
(108,155,26)
#608A18
(96,138,24)
#547916
(84,121,22)
#486814
(72,104,20)
#3C5712
(60,87,18)
#304610
(48,70,16)
#24350E
(36,53,14)
#18240C
(24,36,12)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #84BD1E

#84BD1E
(132,189,30)
#8FC332
(143,195,50)
#9AC946
(154,201,70)
#A5CF5A
(165,207,90)
#B0D56E
(176,213,110)
#BBDB82
(187,219,130)
#C6E196
(198,225,150)
#D1E7AA
(209,231,170)
#DCEDBE
(220,237,190)
#E7F3D2
(231,243,210)
#F2F9E6
(242,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BD1E; }

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

This text font color is #84BD1E.


Background Color

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

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

This div background color is #84BD1E.


Border color

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

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

This div border color is #84BD1E.


Opacity

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

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

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

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

This text has shadow with #84BD1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BD1E on black background.


Color preview on white background

This text has color #84BD1E on white background.



Black color preview on #84BD1E background

This text has black color on #84BD1E background.


White color preview on #84BD1E background

This text has white color on #84BD1E background.