COLOR #82C074

HEX: #82C074
RGB: (130,192,116)

Color info

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

RGB color model

#82C074 color RGB value is (130,192,116).

  • red value is 130;
  • green value is 192;
  • blue value is 116.
RGB:
(130,192,116)
(51%,75%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 116 of 255 = 45%

130
192
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 116 = 438 (100%)
R 130 of 438 ~ 29.68%
G 192 of 438 ~ 43.84%
B 116 of 438 ~ 26.48%

%29.68
%43.84
%26.48

CMYK color model

#82C074 color CMYK value is (32,0,40,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(32,0,40,25)
C32M0Y40K25 
(32%,0%,40%,25%)
(0.32/0.00/0.40/0.25)	

CMYK percentages

%32.29
%0
%39.58
%24.71

Codes

Color #82C074 in popluar color models

82C074
RGB130192116
HSL109°37.62%60.39%
HSB/HSV109°39.58%75.29%
CMYK32.29%0.00%39.58%
24.71%

Color #82C074 in popluar number systems.

HEX82C074
Decimal130192116
Binary10000010110000001110100
Octal202300164

Shades and tints

Shades of #82C074

#82C074
(130,192,116)
#77AF6A
(119,175,106)
#6C9E60
(108,158,96)
#618D56
(97,141,86)
#567C4C
(86,124,76)
#4B6B42
(75,107,66)
#405A38
(64,90,56)
#35492E
(53,73,46)
#2A3824
(42,56,36)
#1F271A
(31,39,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #82C074

#82C074
(130,192,116)
#8DC580
(141,197,128)
#98CA8C
(152,202,140)
#A3CF98
(163,207,152)
#AED4A4
(174,212,164)
#B9D9B0
(185,217,176)
#C4DEBC
(196,222,188)
#CFE3C8
(207,227,200)
#DAE8D4
(218,232,212)
#E5EDE0
(229,237,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C074 color. Also use rgb(130,192,116) instead hex code.

Text Font Color

.myTextColor { color: #82C074; }

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

This text font color is #82C074.


Background Color

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

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

This div background color is #82C074.


Border color

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

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

This div border color is #82C074.


Opacity

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

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

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

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

This text has shadow with #82C074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C074 on black background.


Color preview on white background

This text has color #82C074 on white background.



Black color preview on #82C074 background

This text has black color on #82C074 background.


White color preview on #82C074 background

This text has white color on #82C074 background.