#82FB83

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

Shades of Light Green #82FB83

Tints of Light Green #82FB83

Color information

#82FB83 (or 0x82FB83) is unknown color: approx Light Green. HEX triplet: 82, FB and 83. RGB value is (130,251,131). Sum of RGB (Red+Green+Blue) = 130+251+131=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FB83 is #7D047C. Grayscale: #C9C9C9. Windows color (decimal): -8193149 or 8649602. OLE color: 8649602.

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

Color convert

RGB130251131-
CMYK0.4800.480.02
HSL120.5º93.8%74.71%-
HSV(B)120.5º48.21%98.43%-
XYZ47.875.3833.5-
YUV201.1488.4177.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 251 (98.44% from 255) = 49.02%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=25.39%
G=49.02%
B=25.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302511310.4800.480.02120.593.874.71
Hex82FB83300302785e4b
Octal202373203600602170136113
Binary100000101111101110000011110000011000010111100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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