COLOR #82FEBD

HEX: #82FEBD
RGB: (130,254,189)

Color info

#82FEBD contains mainly green color. Web safe color of #82FEBD is #99FFCC (or #9FC).

RGB color model

#82FEBD color RGB value is (130,254,189).

  • red value is 130;
  • green value is 254;
  • blue value is 189.
RGB:
(130,254,189)
(51%,100%,74%)

RGB channels and saturation

R 130 of 255 = 51%
G 254 of 255 = 100%
B 189 of 255 = 74%

130
254
189

R + G + B ~ 75%. #82FEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 254 + 189 = 573 (100%)
R 130 of 573 ~ 22.69%
G 254 of 573 ~ 44.33%
B 189 of 573 ~ 32.98%

%22.69
%44.33
%32.98

CMYK color model

#82FEBD color CMYK value is (49,0,26,0).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK:
(49,0,26,0)
C49M0Y26K0 
(49%,0%,26%,0%)
(0.49/0.00/0.26/0.00)	

CMYK percentages

%48.82
%0
%25.59
%0.39

Codes

Color #82FEBD in popluar color models

82FEBD
RGB130254189
HSL149°98.41%75.29%
HSB/HSV149°48.82%99.61%
CMYK48.82%0.00%25.59%
0.39%

Color #82FEBD in popluar number systems.

HEX82FEBD
Decimal130254189
Binary100000101111111010111101
Octal202376275

Shades and tints

Shades of #82FEBD

#82FEBD
(130,254,189)
#77E7AC
(119,231,172)
#6CD09B
(108,208,155)
#61B98A
(97,185,138)
#56A279
(86,162,121)
#4B8B68
(75,139,104)
#407457
(64,116,87)
#355D46
(53,93,70)
#2A4635
(42,70,53)
#1F2F24
(31,47,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #82FEBD

#82FEBD
(130,254,189)
#8DFEC3
(141,254,195)
#98FEC9
(152,254,201)
#A3FECF
(163,254,207)
#AEFED5
(174,254,213)
#B9FEDB
(185,254,219)
#C4FEE1
(196,254,225)
#CFFEE7
(207,254,231)
#DAFEED
(218,254,237)
#E5FEF3
(229,254,243)
#F0FEF9
(240,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82FEBD color. Also use rgb(130,254,189) instead hex code.

Text Font Color

.myTextColor { color: #82FEBD; }

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

This text font color is #82FEBD.


Background Color

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

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

This div background color is #82FEBD.


Border color

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

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

This div border color is #82FEBD.


Opacity

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

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

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

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

This text has shadow with #82FEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82FEBD on black background.


Color preview on white background

This text has color #82FEBD on white background.



Black color preview on #82FEBD background

This text has black color on #82FEBD background.


White color preview on #82FEBD background

This text has white color on #82FEBD background.