#83FB82

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

Shades of Light Green #83FB82

Tints of Light Green #83FB82

Color information

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

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

Color convert

RGB131251130-
CMYK0.4800.480.02
HSL119.5º93.8%74.71%-
HSV(B)119.5º48.21%98.43%-
XYZ47.8975.4333.15-
YUV201.3387.7477.84-

RGB Variations

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

RGB

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

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
Decimal1312511300.4800.480.02119.593.874.71
Hex83FB82300302785e4b
Octal203373202600602170136113
Binary100000111111101110000010110000011000010111100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83FB82; }

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

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

<style>
 a { background-color: #83FB82; }

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

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

<style>
 span { border-color: #83FB82; }

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

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