#82F996

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

Shades of Light Green #82F996

Tints of Light Green #82F996

Color information

#82F996 (or 0x82F996) is unknown color: approx Light Green. HEX triplet: 82, F9 and 96. RGB value is (130,249,150). Sum of RGB (Red+Green+Blue) = 130+249+150=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #82F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F996 is #7D0669. Grayscale: #CACACA. Windows color (decimal): -8193642 or 9894274. OLE color: 9894274.

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

Color convert

RGB130249150-
CMYK0.4800.400.02
HSL130.08º90.84%74.31%-
HSV(B)130.08º47.79%97.65%-
XYZ48.5974.740.71-
YUV202.1398.5876.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.57%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=24.57%
G=47.07%
B=28.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302491500.4800.400.02130.0890.8474.31
Hex82F996300282825b4a
Octal202371226600502202133112
Binary1000001011111001100101101100000101000101000001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,150); }

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

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

 a { background-color: rgb(130,249,150); }

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

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

 span { border-color: rgb(130,249,150); }

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