COLOR #82BD36

HEX: #82BD36
RGB: (130,189,54)

Color info

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

RGB color model

#82BD36 color RGB value is (130,189,54).

  • red value is 130;
  • green value is 189;
  • blue value is 54.
RGB:
(130,189,54)
(51%,74%,21%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 54 of 255 = 21%

130
189
54

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

Portions of RGB colors in percentages

R + G + B =
130 + 189 + 54 = 373 (100%)
R 130 of 373 ~ 34.85%
G 189 of 373 ~ 50.67%
B 54 of 373 ~ 14.48%

%34.85
%50.67
%14.48

CMYK color model

#82BD36 color CMYK value is (31,0,71,26).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 25.88%
CMYK:
(31,0,71,26)
C31M0Y71K26 
(31%,0%,71%,26%)
(0.31/0.00/0.71/0.26)	

CMYK percentages

%31.22
%0
%71.43
%25.88

Codes

Color #82BD36 in popluar color models

82BD36
RGB13018954
HSL86°55.56%47.65%
HSB/HSV86°71.43%74.12%
CMYK31.22%0.00%71.43%
25.88%

Color #82BD36 in popluar number systems.

HEX82BD36
Decimal13018954
Binary1000001010111101110110
Octal20227566

Shades and tints

Shades of #82BD36

#82BD36
(130,189,54)
#77AC32
(119,172,50)
#6C9B2E
(108,155,46)
#618A2A
(97,138,42)
#567926
(86,121,38)
#4B6822
(75,104,34)
#40571E
(64,87,30)
#35461A
(53,70,26)
#2A3516
(42,53,22)
#1F2412
(31,36,18)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #82BD36

#82BD36
(130,189,54)
#8DC348
(141,195,72)
#98C95A
(152,201,90)
#A3CF6C
(163,207,108)
#AED57E
(174,213,126)
#B9DB90
(185,219,144)
#C4E1A2
(196,225,162)
#CFE7B4
(207,231,180)
#DAEDC6
(218,237,198)
#E5F3D8
(229,243,216)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BD36 color. Also use rgb(130,189,54) instead hex code.

Text Font Color

.myTextColor { color: #82BD36; }

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

This text font color is #82BD36.


Background Color

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

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

This div background color is #82BD36.


Border color

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

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

This div border color is #82BD36.


Opacity

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

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

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

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

This text has shadow with #82BD36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BD36 on black background.


Color preview on white background

This text has color #82BD36 on white background.



Black color preview on #82BD36 background

This text has black color on #82BD36 background.


White color preview on #82BD36 background

This text has white color on #82BD36 background.