COLOR #82F878

HEX: #82F878
RGB: (130,248,120)

Color info

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

RGB color model

#82F878 color RGB value is (130,248,120).

  • red value is 130;
  • green value is 248;
  • blue value is 120.
RGB:
(130,248,120)
(51%,97%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 248 of 255 = 97%
B 120 of 255 = 47%

130
248
120

R + G + B ~ 65%. #82F878 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 248 + 120 = 498 (100%)
R 130 of 498 ~ 26.1%
G 248 of 498 ~ 49.8%
B 120 of 498 ~ 24.1%

%26.1
%49.8
%24.1

CMYK color model

#82F878 color CMYK value is (48,0,52,3).

  • cyan value is 47.58%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 2.75%
CMYK:
(48,0,52,3)
C48M0Y52K3 
(48%,0%,52%,3%)
(0.48/0.00/0.52/0.03)	

CMYK percentages

%47.58
%0
%51.61
%2.75

Codes

Color #82F878 in popluar color models

82F878
RGB130248120
HSL115°90.14%72.16%
HSB/HSV115°51.61%97.25%
CMYK47.58%0.00%51.61%
2.75%

Color #82F878 in popluar number systems.

HEX82F878
Decimal130248120
Binary10000010111110001111000
Octal202370170

Shades and tints

Shades of #82F878

#82F878
(130,248,120)
#77E26E
(119,226,110)
#6CCC64
(108,204,100)
#61B65A
(97,182,90)
#56A050
(86,160,80)
#4B8A46
(75,138,70)
#40743C
(64,116,60)
#355E32
(53,94,50)
#2A4828
(42,72,40)
#1F321E
(31,50,30)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #82F878

#82F878
(130,248,120)
#8DF884
(141,248,132)
#98F890
(152,248,144)
#A3F89C
(163,248,156)
#AEF8A8
(174,248,168)
#B9F8B4
(185,248,180)
#C4F8C0
(196,248,192)
#CFF8CC
(207,248,204)
#DAF8D8
(218,248,216)
#E5F8E4
(229,248,228)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F878 color. Also use rgb(130,248,120) instead hex code.

Text Font Color

.myTextColor { color: #82F878; }

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

This text font color is #82F878.


Background Color

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

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

This div background color is #82F878.


Border color

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

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

This div border color is #82F878.


Opacity

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

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

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

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

This text has shadow with #82F878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F878 on black background.


Color preview on white background

This text has color #82F878 on white background.



Black color preview on #82F878 background

This text has black color on #82F878 background.


White color preview on #82F878 background

This text has white color on #82F878 background.