COLOR #82C143

HEX: #82C143
RGB: (130,193,67)

Color info

#82C143 contains mainly green color. Web safe color of #82C143 is #99CC33 (or #9C3).

RGB color model

#82C143 color RGB value is (130,193,67).

  • red value is 130;
  • green value is 193;
  • blue value is 67.
RGB:
(130,193,67)
(51%,76%,26%)

RGB channels and saturation

R 130 of 255 = 51%
G 193 of 255 = 76%
B 67 of 255 = 26%

130
193
67

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

Portions of RGB colors in percentages

R + G + B =
130 + 193 + 67 = 390 (100%)
R 130 of 390 ~ 33.33%
G 193 of 390 ~ 49.49%
B 67 of 390 ~ 17.18%

%33.33
%49.49
%17.18

CMYK color model

#82C143 color CMYK value is (33,0,65,24).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 65.28%
  • key color value is 24.31%
CMYK:
(33,0,65,24)
C33M0Y65K24 
(33%,0%,65%,24%)
(0.33/0.00/0.65/0.24)	

CMYK percentages

%32.64
%0
%65.28
%24.31

Codes

Color #82C143 in popluar color models

82C143
RGB13019367
HSL90°50.40%50.98%
HSB/HSV90°65.28%75.69%
CMYK32.64%0.00%65.28%
24.31%

Color #82C143 in popluar number systems.

HEX82C143
Decimal13019367
Binary10000010110000011000011
Octal202301103

Shades and tints

Shades of #82C143

#82C143
(130,193,67)
#77B03D
(119,176,61)
#6C9F37
(108,159,55)
#618E31
(97,142,49)
#567D2B
(86,125,43)
#4B6C25
(75,108,37)
#405B1F
(64,91,31)
#354A19
(53,74,25)
#2A3913
(42,57,19)
#1F280D
(31,40,13)
#141707
(20,23,7)
#000000
(0,0,0)

Tints of #82C143

#82C143
(130,193,67)
#8DC654
(141,198,84)
#98CB65
(152,203,101)
#A3D076
(163,208,118)
#AED587
(174,213,135)
#B9DA98
(185,218,152)
#C4DFA9
(196,223,169)
#CFE4BA
(207,228,186)
#DAE9CB
(218,233,203)
#E5EEDC
(229,238,220)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C143 color. Also use rgb(130,193,67) instead hex code.

Text Font Color

.myTextColor { color: #82C143; }

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

This text font color is #82C143.


Background Color

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

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

This div background color is #82C143.


Border color

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

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

This div border color is #82C143.


Opacity

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

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

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

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

This text has shadow with #82C143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C143 on black background.


Color preview on white background

This text has color #82C143 on white background.



Black color preview on #82C143 background

This text has black color on #82C143 background.


White color preview on #82C143 background

This text has white color on #82C143 background.