#82FB87

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

Shades of Light Green #82FB87

Tints of Light Green #82FB87

Color information

#82FB87 (or 0x82FB87) is unknown color: approx Light Green. HEX triplet: 82, FB and 87. RGB value is (130,251,135). Sum of RGB (Red+Green+Blue) = 130+251+135=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FB87 is #7D0478. Grayscale: #C9C9C9. Windows color (decimal): -8193145 or 8911746. OLE color: 8911746.

HSL color Cylindrical-coordinate representation of color #82FB87: hue angle of 122.48º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FB87 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB130251135-
CMYK0.4800.460.02
HSL122.48º93.8%74.71%-
HSV(B)122.48º48.21%98.43%-
XYZ48.0875.4934.96-
YUV201.690.4176.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.19%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=25.19%
G=48.64%
B=26.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302511350.4800.460.02122.4893.874.71
Hex82FB873002E27a5e4b
Octal202373207600562172136113
Binary100000101111101110000111110000010111010111101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,251,135); }

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

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

 a { background-color: rgb(130,251,135); }

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

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

 span { border-color: rgb(130,251,135); }

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