COLOR #82BD40

HEX: #82BD40 RGB: (130,189,64)

Color info

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

RGB color model

#82BD40 color RGB value is (130,189,64).

RGB: (130,189,64) (51%, 74%, 25%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 64 of 255 = 25%

130
189
64

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

Portions of RGB colors in percentages

R + G + B = 130 + 189 + 64 = 383 (100%)
R 130 of 383 ~ 33.94%
G 189 of 383 ~ 49.35%
B 64 of 383 ~ 16.71'%

%33.94
%49.35
%16.71

CMYK color model

#82BD40 color CMYK value is (31,0,66,26).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 66.14%
  • key color value is 25.88%

CMYK: (31,0,66,26)
C31M0Y66K26 (31%, 0%, 66%, 26%)
(0.31 / 0.00 / 0.66 / 0.26)

CMYK percentages

%31.22
%0
%66.14
%25.88

Codes

Color #82BD40 in popluar color models

82 BD 40
RGB 130 189 64
HSL 88° 49.41% 49.61%
HSB/HSV 88° 66.14% 74.12%
CMYK 31.22% 0.00% 66.14%
25.88%

Color #82BD40 in popluar number systems.

HEX 82 BD 40
Decimal 130 189 64
Binary 10000010 10111101 1000000
Octal 202 275 100

Shades and tints

Shades of #82BD40

#82BD40
(130,189,64)
#77AC3B
(119,172,59)
#6C9B36
(108,155,54)
#618A31
(97,138,49)
#56792C
(86,121,44)
#4B6827
(75,104,39)
#405722
(64,87,34)
#35461D
(53,70,29)
#2A3518
(42,53,24)
#1F2413
(31,36,19)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #82BD40

#82BD40
(130,189,64)
#8DC351
(141,195,81)
#98C962
(152,201,98)
#A3CF73
(163,207,115)
#AED584
(174,213,132)
#B9DB95
(185,219,149)
#C4E1A6
(196,225,166)
#CFE7B7
(207,231,183)
#DAEDC8
(218,237,200)
#E5F3D9
(229,243,217)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BD40; }

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

This text font color is #82BD40.

Background Color

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

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

This div background color is #82BD40.

Border color

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

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

This div border color is #82BD40.

Opacity

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

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

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

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

This text has shadow with #82BD40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BD40.

Preview

Color preview on black background

This text has color #82BD40 on black background.


Color preview on white background

This text has color #82BD40 on white background.


Black color preview on #82BD40 background

This text has black color on #82BD40 background.


White color preview on #82BD40 background

This text has white color on #82BD40 background.


Related colors

Complementary color

Complementary color for #hex is #7D42BF.


I love getcolorcode.com

Triadic colors

1 #4082BD and #BD4082 with #82BD40 are triadic colors.

2 #40BD82 and #BD8240 with #82BD40 are triadic colors.