COLOR #82C759

HEX: #82C759
RGB: (130,199,89)

Color info

#82C759 contains mainly green color. Web safe color of #82C759 is #99CC66 (or #9C6).

RGB color model

#82C759 color RGB value is (130,199,89).

  • red value is 130;
  • green value is 199;
  • blue value is 89.
RGB:
(130,199,89)
(51%,78%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 199 of 255 = 78%
B 89 of 255 = 35%

130
199
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 199 + 89 = 418 (100%)
R 130 of 418 ~ 31.1%
G 199 of 418 ~ 47.61%
B 89 of 418 ~ 21.29%

%31.1
%47.61
%21.29

CMYK color model

#82C759 color CMYK value is (35,0,55,22).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 55.28%
  • key color value is 21.96%
CMYK:
(35,0,55,22)
C35M0Y55K22 
(35%,0%,55%,22%)
(0.35/0.00/0.55/0.22)	

CMYK percentages

%34.67
%0
%55.28
%21.96

Codes

Color #82C759 in popluar color models

82C759
RGB13019989
HSL98°49.55%56.47%
HSB/HSV98°55.28%78.04%
CMYK34.67%0.00%55.28%
21.96%

Color #82C759 in popluar number systems.

HEX82C759
Decimal13019989
Binary10000010110001111011001
Octal202307131

Shades and tints

Shades of #82C759

#82C759
(130,199,89)
#77B551
(119,181,81)
#6CA349
(108,163,73)
#619141
(97,145,65)
#567F39
(86,127,57)
#4B6D31
(75,109,49)
#405B29
(64,91,41)
#354921
(53,73,33)
#2A3719
(42,55,25)
#1F2511
(31,37,17)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #82C759

#82C759
(130,199,89)
#8DCC68
(141,204,104)
#98D177
(152,209,119)
#A3D686
(163,214,134)
#AEDB95
(174,219,149)
#B9E0A4
(185,224,164)
#C4E5B3
(196,229,179)
#CFEAC2
(207,234,194)
#DAEFD1
(218,239,209)
#E5F4E0
(229,244,224)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C759 color. Also use rgb(130,199,89) instead hex code.

Text Font Color

.myTextColor { color: #82C759; }

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

This text font color is #82C759.


Background Color

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

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

This div background color is #82C759.


Border color

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

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

This div border color is #82C759.


Opacity

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

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

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

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

This text has shadow with #82C759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C759 on black background.


Color preview on white background

This text has color #82C759 on white background.



Black color preview on #82C759 background

This text has black color on #82C759 background.


White color preview on #82C759 background

This text has white color on #82C759 background.