COLOR #82F987

HEX: #82F987
RGB: (130,249,135)

Color info

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

RGB color model

#82F987 color RGB value is (130,249,135).

  • red value is 130;
  • green value is 249;
  • blue value is 135.
RGB:
(130,249,135)
(51%,98%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 249 of 255 = 98%
B 135 of 255 = 53%

130
249
135

R + G + B ~ 67%. #82F987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 249 + 135 = 514 (100%)
R 130 of 514 ~ 25.29%
G 249 of 514 ~ 48.44%
B 135 of 514 ~ 26.26%

%25.29
%48.44
%26.26

CMYK color model

#82F987 color CMYK value is (48,0,46,2).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 2.35%
CMYK:
(48,0,46,2)
C48M0Y46K2 
(48%,0%,46%,2%)
(0.48/0.00/0.46/0.02)	

CMYK percentages

%47.79
%0
%45.78
%2.35

Codes

Color #82F987 in popluar color models

82F987
RGB130249135
HSL123°90.84%74.31%
HSB/HSV123°47.79%97.65%
CMYK47.79%0.00%45.78%
2.35%

Color #82F987 in popluar number systems.

HEX82F987
Decimal130249135
Binary100000101111100110000111
Octal202371207

Shades and tints

Shades of #82F987

#82F987
(130,249,135)
#77E37B
(119,227,123)
#6CCD6F
(108,205,111)
#61B763
(97,183,99)
#56A157
(86,161,87)
#4B8B4B
(75,139,75)
#40753F
(64,117,63)
#355F33
(53,95,51)
#2A4927
(42,73,39)
#1F331B
(31,51,27)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #82F987

#82F987
(130,249,135)
#8DF991
(141,249,145)
#98F99B
(152,249,155)
#A3F9A5
(163,249,165)
#AEF9AF
(174,249,175)
#B9F9B9
(185,249,185)
#C4F9C3
(196,249,195)
#CFF9CD
(207,249,205)
#DAF9D7
(218,249,215)
#E5F9E1
(229,249,225)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F987 color. Also use rgb(130,249,135) instead hex code.

Text Font Color

.myTextColor { color: #82F987; }

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

This text font color is #82F987.


Background Color

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

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

This div background color is #82F987.


Border color

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

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

This div border color is #82F987.


Opacity

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

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

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

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

This text has shadow with #82F987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F987 on black background.


Color preview on white background

This text has color #82F987 on white background.



Black color preview on #82F987 background

This text has black color on #82F987 background.


White color preview on #82F987 background

This text has white color on #82F987 background.