COLOR #82B819

HEX: #82B819
RGB: (130,184,25)

Color info

#82B819 contains mainly red and green colors. Web safe color of #82B819 is #99CC00 (or #9C0).

RGB color model

#82B819 color RGB value is (130,184,25).

  • red value is 130;
  • green value is 184;
  • blue value is 25.
RGB:
(130,184,25)
(51%,72%,10%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 25 of 255 = 10%

130
184
25

R + G + B ~ 44%. #82B819 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 184 + 25 = 339 (100%)
R 130 of 339 ~ 38.35%
G 184 of 339 ~ 54.28%
B 25 of 339 ~ 7.37%

%38.35
%54.28

CMYK color model

#82B819 color CMYK value is (29,0,86,28).

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 86.41%
  • key color value is 27.84%
CMYK:
(29,0,86,28)
C29M0Y86K28 
(29%,0%,86%,28%)
(0.29/0.00/0.86/0.28)	

CMYK percentages

%29.35
%0
%86.41
%27.84

Codes

Color #82B819 in popluar color models

82B819
RGB13018425
HSL80°76.08%40.98%
HSB/HSV80°86.41%72.16%
CMYK29.35%0.00%86.41%
27.84%

Color #82B819 in popluar number systems.

HEX82B819
Decimal13018425
Binary100000101011100011001
Octal20227031

Shades and tints

Shades of #82B819

#82B819
(130,184,25)
#77A817
(119,168,23)
#6C9815
(108,152,21)
#618813
(97,136,19)
#567811
(86,120,17)
#4B680F
(75,104,15)
#40580D
(64,88,13)
#35480B
(53,72,11)
#2A3809
(42,56,9)
#1F2807
(31,40,7)
#141805
(20,24,5)
#000000
(0,0,0)

Tints of #82B819

#82B819
(130,184,25)
#8DBE2D
(141,190,45)
#98C441
(152,196,65)
#A3CA55
(163,202,85)
#AED069
(174,208,105)
#B9D67D
(185,214,125)
#C4DC91
(196,220,145)
#CFE2A5
(207,226,165)
#DAE8B9
(218,232,185)
#E5EECD
(229,238,205)
#F0F4E1
(240,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B819 color. Also use rgb(130,184,25) instead hex code.

Text Font Color

.myTextColor { color: #82B819; }

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

This text font color is #82B819.


Background Color

.myBgColor { background-color: #82B819; }

<div style="background-color:#82B819">Inner text</div>

This div background color is #82B819.


Border color

.myBorderColor { border: 1px solid #82B819; }

<div style="border:3px solid #82B819">Div</div>

This div border color is #82B819.


Opacity

.myOpacity80 { color: #82B819; opacity: 0.8; }

<p style="color:#82B819;opacity:0.8;">80%</p>

Text with #82B819 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 #82B819;}

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

This text has shadow with #82B819 color.

.textShadow {text-shadow: 3px 3px 1px #82B819, 3px 3px 1px red;}

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

This text has shadow with #82B819 primary color and red secondary color.


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

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

This text has shadow with #82B819 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B819 on black background.


Color preview on white background

This text has color #82B819 on white background.



Black color preview on #82B819 background

This text has black color on #82B819 background.


White color preview on #82B819 background

This text has white color on #82B819 background.