#83FA96

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

Shades of Light Green #83FA96

Tints of Light Green #83FA96

Color information

#83FA96 (or 0x83FA96) is unknown color: approx Light Green. HEX triplet: 83, FA and 96. RGB value is (131,250,150). Sum of RGB (Red+Green+Blue) = 131+250+150=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FA96 is #7C0569. Grayscale: #CBCBCB. Windows color (decimal): -8127850 or 9894531. OLE color: 9894531.

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

Color convert

RGB131250150-
CMYK0.4800.40.02
HSL129.58º92.25%74.71%-
HSV(B)129.58º47.6%98.04%-
XYZ49.0575.440.82-
YUV203.0298.0876.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 250 (98.05% from 255) = 47.08%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=24.67%
G=47.08%
B=28.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312501500.4800.40.02129.5892.2574.71
Hex83FA96300282825c4b
Octal203372226600502202134113
Binary1000001111111010100101101100000101000101000001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,250,150); }

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

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

 a { background-color: rgb(131,250,150); }

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

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

 span { border-color: rgb(131,250,150); }

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