COLOR #82C619

HEX: #82C619 RGB: (130,198,25)

Color info

#82C619 contains mainly green color. Web safe color of #82C619 is #99CC00 (or #9C0).

RGB color model

#82C619 color RGB value is (130,198,25).

RGB: (130,198,25) (51%, 78%, 10%)

RGB channels and saturation

R 130 of 255 = 51%
G 198 of 255 = 78%
B 25 of 255 = 10%

130
198
25

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

Portions of RGB colors in percentages

R + G + B = 130 + 198 + 25 = 353 (100%)
R 130 of 353 ~ 36.83%
G 198 of 353 ~ 56.09%
B 25 of 353 ~ 7.08'%

%36.83
%56.09

CMYK color model

#82C619 color CMYK value is (34,0,87,22).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 87.37%
  • key color value is 22.35%

CMYK: (34,0,87,22)
C34M0Y87K22 (34%, 0%, 87%, 22%)
(0.34 / 0.00 / 0.87 / 0.22)

CMYK percentages

%34.34
%0
%87.37
%22.35

Codes

Color #82C619 in popluar color models

82 C6 19
RGB 130 198 25
HSL 84° 77.58% 43.73%
HSB/HSV 84° 87.37% 77.65%
CMYK 34.34% 0.00% 87.37%
22.35%

Color #82C619 in popluar number systems.

HEX 82 C6 19
Decimal 130 198 25
Binary 10000010 11000110 11001
Octal 202 306 31

Shades and tints

Shades of #82C619

#82C619
(130,198,25)
#77B417
(119,180,23)
#6CA215
(108,162,21)
#619013
(97,144,19)
#567E11
(86,126,17)
#4B6C0F
(75,108,15)
#405A0D
(64,90,13)
#35480B
(53,72,11)
#2A3609
(42,54,9)
#1F2407
(31,36,7)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #82C619

#82C619
(130,198,25)
#8DCB2D
(141,203,45)
#98D041
(152,208,65)
#A3D555
(163,213,85)
#AEDA69
(174,218,105)
#B9DF7D
(185,223,125)
#C4E491
(196,228,145)
#CFE9A5
(207,233,165)
#DAEEB9
(218,238,185)
#E5F3CD
(229,243,205)
#F0F8E1
(240,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C619; }

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

This text font color is #82C619.

Background Color

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

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

This div background color is #82C619.

Border color

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

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

This div border color is #82C619.

Opacity

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

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

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

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

This text has shadow with #82C619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C619.

Preview

Color preview on black background

This text has color #82C619 on black background.


Color preview on white background

This text has color #82C619 on white background.


Black color preview on #82C619 background

This text has black color on #82C619 background.


White color preview on #82C619 background

This text has white color on #82C619 background.


Related colors

Complementary color

Complementary color for #82C619 is #7D39E6.


I love getcolorcode.com

Triadic colors

1 #1982C6 and #C61982 with #82C619 are triadic colors.

2 #19C682 and #C68219 with #82C619 are triadic colors.