COLOR #82F077

HEX: #82F077
RGB: (130,240,119)

Color info

#82F077 contains mainly green color. Web safe color of #82F077 is #99FF66 (or #9F6).

RGB color model

#82F077 color RGB value is (130,240,119).

  • red value is 130;
  • green value is 240;
  • blue value is 119.
RGB:
(130,240,119)
(51%,94%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 240 of 255 = 94%
B 119 of 255 = 47%

130
240
119

R + G + B ~ 64%. #82F077 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 240 + 119 = 489 (100%)
R 130 of 489 ~ 26.58%
G 240 of 489 ~ 49.08%
B 119 of 489 ~ 24.34%

%26.58
%49.08
%24.34

CMYK color model

#82F077 color CMYK value is (46,0,50,6).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 5.88%
CMYK:
(46,0,50,6)
C46M0Y50K6 
(46%,0%,50%,6%)
(0.46/0.00/0.50/0.06)	

CMYK percentages

%45.83
%0
%50.42
%5.88

Codes

Color #82F077 in popluar color models

82F077
RGB130240119
HSL115°80.13%70.39%
HSB/HSV115°50.42%94.12%
CMYK45.83%0.00%50.42%
5.88%

Color #82F077 in popluar number systems.

HEX82F077
Decimal130240119
Binary10000010111100001110111
Octal202360167

Shades and tints

Shades of #82F077

#82F077
(130,240,119)
#77DB6D
(119,219,109)
#6CC663
(108,198,99)
#61B159
(97,177,89)
#569C4F
(86,156,79)
#4B8745
(75,135,69)
#40723B
(64,114,59)
#355D31
(53,93,49)
#2A4827
(42,72,39)
#1F331D
(31,51,29)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #82F077

#82F077
(130,240,119)
#8DF183
(141,241,131)
#98F28F
(152,242,143)
#A3F39B
(163,243,155)
#AEF4A7
(174,244,167)
#B9F5B3
(185,245,179)
#C4F6BF
(196,246,191)
#CFF7CB
(207,247,203)
#DAF8D7
(218,248,215)
#E5F9E3
(229,249,227)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82F077; }

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

This text font color is #82F077.


Background Color

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

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

This div background color is #82F077.


Border color

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

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

This div border color is #82F077.


Opacity

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

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

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

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

This text has shadow with #82F077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F077 on black background.


Color preview on white background

This text has color #82F077 on white background.



Black color preview on #82F077 background

This text has black color on #82F077 background.


White color preview on #82F077 background

This text has white color on #82F077 background.