COLOR #82F09F

HEX: #82F09F RGB: (130,240,159)

Color info

#82F09F contains mainly green color. Web safe color of #82F09F is #99FF99 (or #9F9).

RGB color model

#82F09F color RGB value is (130,240,159).

RGB: (130,240,159) (51%, 94%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 240 of 255 = 94%
B 159 of 255 = 62%

130
240
159

R + G + B ~ 69%. #82F09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 240 + 159 = 529 (100%)
R 130 of 529 ~ 24.57%
G 240 of 529 ~ 45.37%
B 159 of 529 ~ 30.06'%

%24.57
%45.37
%30.06

CMYK color model

#82F09F color CMYK value is (46,0,34,6).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 33.75%
  • key color value is 5.88%

CMYK: (46,0,34,6)
C46M0Y34K6 (46%, 0%, 34%, 6%)
(0.46 / 0.00 / 0.34 / 0.06)

CMYK percentages

%45.83
%0
%33.75
%5.88

Codes

Color #82F09F in popluar color models

82 F0 9F
RGB 130 240 159
HSL 136° 78.57% 72.55%
HSB/HSV 136° 45.83% 94.12%
CMYK 45.83% 0.00% 33.75%
5.88%

Color #82F09F in popluar number systems.

HEX 82 F0 9F
Decimal 130 240 159
Binary 10000010 11110000 10011111
Octal 202 360 237

Shades and tints

Shades of #82F09F

#82F09F
(130,240,159)
#77DB91
(119,219,145)
#6CC683
(108,198,131)
#61B175
(97,177,117)
#569C67
(86,156,103)
#4B8759
(75,135,89)
#40724B
(64,114,75)
#355D3D
(53,93,61)
#2A482F
(42,72,47)
#1F3321
(31,51,33)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #82F09F

#82F09F
(130,240,159)
#8DF1A7
(141,241,167)
#98F2AF
(152,242,175)
#A3F3B7
(163,243,183)
#AEF4BF
(174,244,191)
#B9F5C7
(185,245,199)
#C4F6CF
(196,246,207)
#CFF7D7
(207,247,215)
#DAF8DF
(218,248,223)
#E5F9E7
(229,249,231)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F09F color. Also use rgb(130,240,159) instead hex code.

Text Font Color

.myTextColor { color: #82F09F; }

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

This text font color is #82F09F.

Background Color

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

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

This div background color is #82F09F.

Border color

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

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

This div border color is #82F09F.

Opacity

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

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

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

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

This text has shadow with #82F09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82F09F.

Preview

Color preview on black background

This text has color #82F09F on black background.


Color preview on white background

This text has color #82F09F on white background.


Black color preview on #82F09F background

This text has black color on #82F09F background.


White color preview on #82F09F background

This text has white color on #82F09F background.


Related colors

Complementary color

Complementary color for #hex is #7D0F60.


I love getcolorcode.com

Triadic colors

1 #9F82F0 and #F09F82 with #82F09F are triadic colors.

2 #9FF082 and #F0829F with #82F09F are triadic colors.