COLOR #82C58F

HEX: #82C58F RGB: (130,197,143)

Color info

#82C58F contains mainly green and blue colors. Web safe color of #82C58F is #99CC99 (or #9C9).

RGB color model

#82C58F color RGB value is (130,197,143).

RGB: (130,197,143) (51%, 77%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 197 of 255 = 77%
B 143 of 255 = 56%

130
197
143

R + G + B ~ 61%. #82C58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 197 + 143 = 470 (100%)
R 130 of 470 ~ 27.66%
G 197 of 470 ~ 41.91%
B 143 of 470 ~ 30.43'%

%27.66
%41.91
%30.43

CMYK color model

#82C58F color CMYK value is (34,0,27,23).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 22.75%

CMYK: (34,0,27,23)
C34M0Y27K23 (34%, 0%, 27%, 23%)
(0.34 / 0.00 / 0.27 / 0.23)

CMYK percentages

%34.01
%0
%27.41
%22.75

Codes

Color #82C58F in popluar color models

82 C5 8F
RGB 130 197 143
HSL 132° 36.61% 64.12%
HSB/HSV 132° 34.01% 77.25%
CMYK 34.01% 0.00% 27.41%
22.75%

Color #82C58F in popluar number systems.

HEX 82 C5 8F
Decimal 130 197 143
Binary 10000010 11000101 10001111
Octal 202 305 217

Shades and tints

Shades of #82C58F

#82C58F
(130,197,143)
#77B482
(119,180,130)
#6CA375
(108,163,117)
#619268
(97,146,104)
#56815B
(86,129,91)
#4B704E
(75,112,78)
#405F41
(64,95,65)
#354E34
(53,78,52)
#2A3D27
(42,61,39)
#1F2C1A
(31,44,26)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #82C58F

#82C58F
(130,197,143)
#8DCA99
(141,202,153)
#98CFA3
(152,207,163)
#A3D4AD
(163,212,173)
#AED9B7
(174,217,183)
#B9DEC1
(185,222,193)
#C4E3CB
(196,227,203)
#CFE8D5
(207,232,213)
#DAEDDF
(218,237,223)
#E5F2E9
(229,242,233)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C58F color. Also use rgb(130,197,143) instead hex code.

Text Font Color

.myTextColor { color: #82C58F; }

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

This text font color is #82C58F.

Background Color

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

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

This div background color is #82C58F.

Border color

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

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

This div border color is #82C58F.

Opacity

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

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

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

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

This text has shadow with #82C58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C58F.

Preview

Color preview on black background

This text has color #82C58F on black background.


Color preview on white background

This text has color #82C58F on white background.


Black color preview on #82C58F background

This text has black color on #82C58F background.


White color preview on #82C58F background

This text has white color on #82C58F background.


Related colors

Complementary color

Complementary color for #hex is #7D3A70.


I love getcolorcode.com

Triadic colors

1 #8F82C5 and #C58F82 with #82C58F are triadic colors.

2 #8FC582 and #C5828F with #82C58F are triadic colors.