COLOR #82D04B

HEX: #82D04B
RGB: (130,208,75)

Color info

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

RGB color model

#82D04B color RGB value is (130,208,75).

  • red value is 130;
  • green value is 208;
  • blue value is 75.
RGB:
(130,208,75)
(51%,82%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 208 of 255 = 82%
B 75 of 255 = 29%

130
208
75

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

Portions of RGB colors in percentages

R + G + B =
130 + 208 + 75 = 413 (100%)
R 130 of 413 ~ 31.48%
G 208 of 413 ~ 50.36%
B 75 of 413 ~ 18.16%

%31.48
%50.36
%18.16

CMYK color model

#82D04B color CMYK value is (38,0,64,18).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 63.94%
  • key color value is 18.43%
CMYK:
(38,0,64,18)
C38M0Y64K18 
(38%,0%,64%,18%)
(0.38/0.00/0.64/0.18)	

CMYK percentages

%37.5
%0
%63.94
%18.43

Codes

Color #82D04B in popluar color models

82D04B
RGB13020875
HSL95°58.59%55.49%
HSB/HSV95°63.94%81.57%
CMYK37.50%0.00%63.94%
18.43%

Color #82D04B in popluar number systems.

HEX82D04B
Decimal13020875
Binary10000010110100001001011
Octal202320113

Shades and tints

Shades of #82D04B

#82D04B
(130,208,75)
#77BE45
(119,190,69)
#6CAC3F
(108,172,63)
#619A39
(97,154,57)
#568833
(86,136,51)
#4B762D
(75,118,45)
#406427
(64,100,39)
#355221
(53,82,33)
#2A401B
(42,64,27)
#1F2E15
(31,46,21)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #82D04B

#82D04B
(130,208,75)
#8DD45B
(141,212,91)
#98D86B
(152,216,107)
#A3DC7B
(163,220,123)
#AEE08B
(174,224,139)
#B9E49B
(185,228,155)
#C4E8AB
(196,232,171)
#CFECBB
(207,236,187)
#DAF0CB
(218,240,203)
#E5F4DB
(229,244,219)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D04B color. Also use rgb(130,208,75) instead hex code.

Text Font Color

.myTextColor { color: #82D04B; }

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

This text font color is #82D04B.


Background Color

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

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

This div background color is #82D04B.


Border color

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

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

This div border color is #82D04B.


Opacity

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

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

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

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

This text has shadow with #82D04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D04B on black background.


Color preview on white background

This text has color #82D04B on white background.



Black color preview on #82D04B background

This text has black color on #82D04B background.


White color preview on #82D04B background

This text has white color on #82D04B background.