#82FA8A

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

Shades of Light Green #82FA8A

Tints of Light Green #82FA8A

Color information

#82FA8A (or 0x82FA8A) is unknown color: approx Light Green. HEX triplet: 82, FA and 8A. RGB value is (130,250,138). Sum of RGB (Red+Green+Blue) = 130+250+138=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FA8A is #7D0575. Grayscale: #C9C9C9. Windows color (decimal): -8193398 or 9108098. OLE color: 9108098.

HSL color Cylindrical-coordinate representation of color #82FA8A: hue angle of 124º degrees, saturation: 0.92, 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 #82FA8A is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB130250138-
CMYK0.4800.450.02
HSL124º92.31%74.51%-
HSV(B)124º48%98.04%-
XYZ47.9874.9535.98-
YUV201.3592.2477.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=25.10%
G=48.26%
B=26.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501380.4800.450.0212492.3174.51
Hex82FA8A3002D27c5c4b
Octal202372212600552174134113
Binary100000101111101010001010110000010110110111110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,138); }

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

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

 a { background-color: rgb(130,250,138); }

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

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

 span { border-color: rgb(130,250,138); }

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