#82FA8F

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

Shades of Light Green #82FA8F

Tints of Light Green #82FA8F

Color information

#82FA8F (or 0x82FA8F) is unknown color: approx Light Green. HEX triplet: 82, FA and 8F. RGB value is (130,250,143). Sum of RGB (Red+Green+Blue) = 130+250+143=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FA8F is #7D0570. Grayscale: #CACACA. Windows color (decimal): -8193393 or 9435778. OLE color: 9435778.

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

Color convert

RGB130250143-
CMYK0.4800.430.02
HSL126.5º92.31%74.51%-
HSV(B)126.5º48%98.04%-
XYZ48.3575.137.93-
YUV201.9294.7476.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 250 (98.05% from 255) = 47.80%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=24.86%
G=47.80%
B=27.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302501430.4800.430.02126.592.3174.51
Hex82FA8F3002B27e5c4b
Octal202372217600532176134113
Binary100000101111101010001111110000010101110111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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