COLOR #82C474

HEX: #82C474 RGB: (130,196,116)

Color info

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

RGB color model

#82C474 color RGB value is (130,196,116).

RGB: (130,196,116) (51%, 77%, 45%)

RGB channels and saturation

R 130 of 255 = 51%
G 196 of 255 = 77%
B 116 of 255 = 45%

130
196
116

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

Portions of RGB colors in percentages

R + G + B = 130 + 196 + 116 = 442 (100%)
R 130 of 442 ~ 29.41%
G 196 of 442 ~ 44.34%
B 116 of 442 ~ 26.24'%

%29.41
%44.34
%26.24

CMYK color model

#82C474 color CMYK value is (34,0,41,23).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK: (34,0,41,23) C34M0Y41K23 (34%,0%,41%,23%) (0.34/0.00/0.41/0.23) 

CMYK percentages

%33.67
%0
%40.82
%23.14

Codes

Color #82C474 in popluar color models

82 C4 74
RGB 130 196 116
HSL 110° 40.40% 61.18%
HSB/HSV 110° 40.82% 76.86%
CMYK 33.67% 0.00% 40.82%
23.14%

Color #82C474 in popluar number systems.

HEX 82 C4 74
Decimal 130 196 116
Binary 10000010 11000100 1110100
Octal 202 304 164

Shades and tints

Shades of #82C474

#82C474
(130,196,116)
#77B36A
(119,179,106)
#6CA260
(108,162,96)
#619156
(97,145,86)
#56804C
(86,128,76)
#4B6F42
(75,111,66)
#405E38
(64,94,56)
#354D2E
(53,77,46)
#2A3C24
(42,60,36)
#1F2B1A
(31,43,26)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #82C474

#82C474
(130,196,116)
#8DC980
(141,201,128)
#98CE8C
(152,206,140)
#A3D398
(163,211,152)
#AED8A4
(174,216,164)
#B9DDB0
(185,221,176)
#C4E2BC
(196,226,188)
#CFE7C8
(207,231,200)
#DAECD4
(218,236,212)
#E5F1E0
(229,241,224)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C474; }

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

This text font color is #82C474.

Background Color

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

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

This div background color is #82C474.

Border color

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

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

This div border color is #82C474.

Opacity

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

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

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

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

This text has shadow with #82C474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C474.

Preview

Color preview on black background

This text has color #82C474 on black background.


Color preview on white background

This text has color #82C474 on white background.


Black color preview on #82C474 background

This text has black color on #82C474 background.


White color preview on #82C474 background

This text has white color on #82C474 background.


Related colors

Complementary color

Complementary color for #hex is #7D3B8B.


I love getcolorcode.com

Triadic colors

1 #7482C4 and #C47482 with #82C474 are triadic colors.

2 #74C482 and #C48274 with #82C474 are triadic colors.