#82FA9D

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

Shades of Light Green #82FA9D

Tints of Light Green #82FA9D

Color information

#82FA9D (or 0x82FA9D) is unknown color: approx Light Green. HEX triplet: 82, FA and 9D. RGB value is (130,250,157). Sum of RGB (Red+Green+Blue) = 130+250+157=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FA9D is #7D0562. Grayscale: #CBCBCB. Windows color (decimal): -8193379 or 10353282. OLE color: 10353282.

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

Color convert

RGB130250157-
CMYK0.4800.370.02
HSL133.5º92.31%74.51%-
HSV(B)133.5º48%98.04%-
XYZ49.4875.5543.87-
YUV203.52101.7475.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.21%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=24.21%
G=46.55%
B=29.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501570.4800.370.02133.592.3174.51
Hex82FA9D300252865c4b
Octal202372235600452206134113
Binary1000001011111010100111011100000100101101000011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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