#82FE86

Color #82FE86 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #82FE86

Tints of Light Green #82FE86

Color information

#82FE86 (or 0x82FE86) is unknown color: approx Light Green. HEX triplet: 82, FE and 86. RGB value is (130,254,134). Sum of RGB (Red+Green+Blue) = 130+254+134=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FE86 is #7D0179. Grayscale: #CBCBCB. Windows color (decimal): -8192378 or 8846978. OLE color: 8846978.

HSL color Cylindrical-coordinate representation of color #82FE86: hue angle of 121.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FE86 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB130254134-
CMYK0.4900.470.00
HSL121.94º98.41%75.29%-
HSV(B)121.94º48.82%99.61%-
XYZ48.9577.3534.9-
YUV203.2488.9275.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 254 (99.61% from 255) = 49.03%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=25.10%
G=49.03%
B=25.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302541340.4900.470.00121.9498.4175.29
Hex82FE863102F07a624b
Octal202376206610570172142113
Binary10000010111111101000011011000101011110111101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82FE86; }

 p { color: rgb(130,254,134); }

 H1.HeaderClassName
 {
   color: #82FE86;
 }
 .AnyTagClassName
 {
   color: #82FE86;
 }
</style>
background-color css

<style>
 a { background-color: #82FE86; }

 a { background-color: rgb(130,254,134); }

 div.DivClassName
 {
   background-color: #82FE86;
 }
 .BgClassName
 {
   background-color: #82FE86;
 }
</style>
border-color css

<style>
 span { border-color: #82FE86; }

 span { border-color: rgb(130,254,134); }

 td.TdClassName
 {
   border-color: #82FE86;
 }
 .TagClassName
 {
   border-color: #82FE86;
 }
</style>