COLOR #82DB6F

HEX: #82DB6F RGB: (130,219,111)

Color info

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

RGB color model

#82DB6F color RGB value is (130,219,111).

RGB: (130,219,111) (51%, 86%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 111 of 255 = 44%

130
219
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 219 + 111 = 460 (100%)
R 130 of 460 ~ 28.26%
G 219 of 460 ~ 47.61%
B 111 of 460 ~ 24.13'%

%28.26
%47.61
%24.13

CMYK color model

#82DB6F color CMYK value is (41,0,49,14).

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

CMYK: (41,0,49,14)
C41M0Y49K14 (41%, 0%, 49%, 14%)
(0.41 / 0.00 / 0.49 / 0.14)

CMYK percentages

%40.64
%0
%49.32
%14.12

Codes

Color #82DB6F in popluar color models

82 DB 6F
RGB 130 219 111
HSL 109° 60.00% 64.71%
HSB/HSV 109° 49.32% 85.88%
CMYK 40.64% 0.00% 49.32%
14.12%

Color #82DB6F in popluar number systems.

HEX 82 DB 6F
Decimal 130 219 111
Binary 10000010 11011011 1101111
Octal 202 333 157

Shades and tints

Shades of #82DB6F

#82DB6F
(130,219,111)
#77C865
(119,200,101)
#6CB55B
(108,181,91)
#61A251
(97,162,81)
#568F47
(86,143,71)
#4B7C3D
(75,124,61)
#406933
(64,105,51)
#355629
(53,86,41)
#2A431F
(42,67,31)
#1F3015
(31,48,21)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #82DB6F

#82DB6F
(130,219,111)
#8DDE7C
(141,222,124)
#98E189
(152,225,137)
#A3E496
(163,228,150)
#AEE7A3
(174,231,163)
#B9EAB0
(185,234,176)
#C4EDBD
(196,237,189)
#CFF0CA
(207,240,202)
#DAF3D7
(218,243,215)
#E5F6E4
(229,246,228)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82DB6F; }

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

This text font color is #82DB6F.

Background Color

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

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

This div background color is #82DB6F.

Border color

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

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

This div border color is #82DB6F.

Opacity

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

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

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

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

This text has shadow with #82DB6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82DB6F.

Preview

Color preview on black background

This text has color #82DB6F on black background.


Color preview on white background

This text has color #82DB6F on white background.


Black color preview on #82DB6F background

This text has black color on #82DB6F background.


White color preview on #82DB6F background

This text has white color on #82DB6F background.


Related colors

Complementary color

Complementary color for #hex is #7D2490.


I love getcolorcode.com

Triadic colors

1 #6F82DB and #DB6F82 with #82DB6F are triadic colors.

2 #6FDB82 and #DB826F with #82DB6F are triadic colors.