COLOR #82DB3F

HEX: #82DB3F RGB: (130,219,63)

Color info

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

RGB color model

#82DB3F color RGB value is (130,219,63).

RGB: (130,219,63) (51%, 86%, 25%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 63 of 255 = 25%

130
219
63

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

Portions of RGB colors in percentages

R + G + B = 130 + 219 + 63 = 412 (100%)
R 130 of 412 ~ 31.55%
G 219 of 412 ~ 53.16%
B 63 of 412 ~ 15.29'%

%31.55
%53.16
%15.29

CMYK color model

#82DB3F color CMYK value is (41,0,71,14).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 71.23%
  • key color value is 14.12%

CMYK: (41,0,71,14)
C41M0Y71K14 (41%, 0%, 71%, 14%)
(0.41 / 0.00 / 0.71 / 0.14)

CMYK percentages

%40.64
%0
%71.23
%14.12

Codes

Color #82DB3F in popluar color models

82 DB 3F
RGB 130 219 63
HSL 94° 68.42% 55.29%
HSB/HSV 94° 71.23% 85.88%
CMYK 40.64% 0.00% 71.23%
14.12%

Color #82DB3F in popluar number systems.

HEX 82 DB 3F
Decimal 130 219 63
Binary 10000010 11011011 111111
Octal 202 333 77

Shades and tints

Shades of #82DB3F

#82DB3F
(130,219,63)
#77C83A
(119,200,58)
#6CB535
(108,181,53)
#61A230
(97,162,48)
#568F2B
(86,143,43)
#4B7C26
(75,124,38)
#406921
(64,105,33)
#35561C
(53,86,28)
#2A4317
(42,67,23)
#1F3012
(31,48,18)
#141D0D
(20,29,13)
#000000
(0,0,0)

Tints of #82DB3F

#82DB3F
(130,219,63)
#8DDE50
(141,222,80)
#98E161
(152,225,97)
#A3E472
(163,228,114)
#AEE783
(174,231,131)
#B9EA94
(185,234,148)
#C4EDA5
(196,237,165)
#CFF0B6
(207,240,182)
#DAF3C7
(218,243,199)
#E5F6D8
(229,246,216)
#F0F9E9
(240,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DB3F color. Also use rgb(130,219,63) instead hex code.

Text Font Color

.myTextColor { color: #82DB3F; }

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

This text font color is #82DB3F.

Background Color

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

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

This div background color is #82DB3F.

Border color

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

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

This div border color is #82DB3F.

Opacity

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

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

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

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

This text has shadow with #82DB3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DB3F.

Preview

Color preview on black background

This text has color #82DB3F on black background.


Color preview on white background

This text has color #82DB3F on white background.


Black color preview on #82DB3F background

This text has black color on #82DB3F background.


White color preview on #82DB3F background

This text has white color on #82DB3F background.


Related colors

Complementary color

Complementary color for #hex is #7D24C0.


I love getcolorcode.com

Triadic colors

1 #3F82DB and #DB3F82 with #82DB3F are triadic colors.

2 #3FDB82 and #DB823F with #82DB3F are triadic colors.